File Coverage

blib/lib/Dist/Zilla/Plugin/ApacheTest.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Dist::Zilla::Plugin::ApacheTest;
2             $Dist::Zilla::Plugin::ApacheTest::VERSION = '0.03';
3             # ABSTRACT: DEPRECATED ApacheTest Compatibility Module.
4              
5 1     1   845 use Moose;
  1         288536  
  1         5  
6              
7             extends 'Dist::Zilla::Plugin::MakeMaker::ApacheTest';
8              
9              
10             __PACKAGE__->meta->make_immutable;
11 1     1   4389 no Moose;
  1         1  
  1         4  
12              
13             1;
14              
15             __END__
16              
17             =pod
18              
19             =head1 NAME
20              
21             Dist::Zilla::Plugin::ApacheTest - DEPRECATED ApacheTest Compatibility Module.
22              
23             =head1 VERSION
24              
25             version 0.03
26              
27             =head1 SYNOPSIS
28              
29             B<DEPRECATED>. Use L<@ApacheTest> instead.
30              
31             =head1 DESCRIPTION
32              
33             This plugin exists for compatibility reasons with previouis versions of this
34             module. You whould switch to the L<@ApacheTest> bundle instead. This module
35             simply uses the
36             L<MakeMaker::ApacheTest|Dist::Zilla::Plugin::MakeMaker::ApacheTest> plugin.
37              
38             =head1 SEE ALSO
39              
40             L<@ApacheTest|Dist::Zilla::PluginBundle::ApacheTest>
41              
42             =head1 SOURCE
43              
44             The development version is on github at L<http://github.com/mschout/dist-zilla-plugin-apachetest>
45             and may be cloned from L<git://github.com/mschout/dist-zilla-plugin-apachetest.git>
46              
47             =head1 BUGS
48              
49             Please report any bugs or feature requests to bug-dist-zilla-plugin-apachetest@rt.cpan.org or through the web interface at:
50             http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-ApacheTest
51              
52             =head1 AUTHOR
53              
54             Michael Schout <mschout@cpan.org>
55              
56             =head1 COPYRIGHT AND LICENSE
57              
58             This software is copyright (c) 2016 by Michael Schout.
59              
60             This is free software; you can redistribute it and/or modify it under
61             the same terms as the Perl 5 programming language system itself.
62              
63             =cut