File Coverage

blib/lib/Dist/Zilla/Role/ConfigDumper.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


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