File Coverage

blib/lib/Dist/Zilla/Plugin/Web.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 1     1   13221 use strict;
  1         2  
  1         44  
2 1     1   6 use warnings;
  1         1  
  1         46  
3             package Dist::Zilla::Plugin::Web;
4             $Dist::Zilla::Plugin::Web::VERSION = '0.0.8';
5             # ABSTRACT: Collection of web-related plugins for DZil
6              
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Dist::Zilla::Plugin::Web - Collection of web-related plugins for DZil
19              
20             =head1 VERSION
21              
22             version 0.0.8
23              
24             =head1 AUTHOR
25              
26             Nickolay Platonov <nplatonov@cpan.org>
27              
28             =head1 COPYRIGHT AND LICENSE
29              
30             This software is copyright (c) 2015 by Nickolay Platonov.
31              
32             This is free software; you can redistribute it and/or modify it under
33             the same terms as the Perl 5 programming language system itself.
34              
35             =cut