File Coverage

blib/lib/Dist/Zilla/Role/StubBuild.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 13 14 92.8


line stmt bran cond sub pod time code
1             # ABSTRACT: provides an empty BUILD methods
2              
3             use Moose::Role;
4 52     52   34466  
  52         149  
  52         396  
5             use Dist::Zilla::Pragmas;
6 52     52   270212  
  52         142  
  52         421  
7              
8       805 0   no Moose::Role;
9             1;
10 52     52   422  
  52         279  
  52         305  
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Dist::Zilla::Role::StubBuild - provides an empty BUILD methods
19              
20             =head1 VERSION
21              
22             version 6.028
23              
24             =head1 PERL VERSION
25              
26             This module should work on any version of perl still receiving updates from
27             the Perl 5 Porters. This means it should work on any version of perl released
28             in the last two to three years. (That is, if the most recently released
29             version is v5.40, then this module should work on both v5.40 and v5.38.)
30              
31             Although it may work on older versions of perl, no guarantee is made that the
32             minimum required version will not be increased. The version may be increased
33             for any reason, and there is no promise that patches will be accepted to lower
34             the minimum required perl.
35              
36             =head1 AUTHOR
37              
38             Ricardo SIGNES 😏 <cpan@semiotic.systems>
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is copyright (c) 2022 by Ricardo SIGNES.
43              
44             This is free software; you can redistribute it and/or modify it under
45             the same terms as the Perl 5 programming language system itself.
46              
47             =cut