File Coverage

Makefile.PL
Criterion Covered Total %
statement n/a
branch n/a
condition n/a
subroutine n/a
pod n/a
total n/a


line stmt bran cond sub pod time code
1             # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
2             use strict;
3             use warnings;
4              
5             use 5.008;
6              
7             use ExtUtils::MakeMaker 6.17;
8              
9             my %WriteMakefileArgs = (
10             "ABSTRACT" => "Adds CPAN Testers reporting to CPAN.pm",
11             "AUTHOR" => "David Golden ",
12             "CONFIGURE_REQUIRES" => {
13             "ExtUtils::MakeMaker" => "6.17"
14             },
15             "DISTNAME" => "CPAN-Reporter",
16             "LICENSE" => "apache",
17             "MIN_PERL_VERSION" => "5.008",
18             "NAME" => "CPAN::Reporter",
19             "PREREQ_PM" => {
20             "CPAN" => "1.94",
21             "CPAN::Version" => 0,
22             "Capture::Tiny" => 0,
23             "Carp" => 0,
24             "Config::Tiny" => "2.08",
25             "Data::Dumper" => 0,
26             "Devel::Autoflush" => "0.04",
27             "Exporter" => 0,
28             "ExtUtils::MakeMaker" => "6.36",
29             "Fcntl" => 0,
30             "File::Basename" => 0,
31             "File::Find" => 0,
32             "File::Glob" => 0,
33             "File::HomeDir" => "0.58",
34             "File::Path" => 0,
35             "File::Spec" => "3.19",
36             "File::Temp" => "0.16",
37             "IO::File" => 0,
38             "IPC::Cmd" => "0.76",
39             "Parse::CPAN::Meta" => 0,
40             "Probe::Perl" => 0,
41             "Test::Reporter" => "1.54",
42             "constant" => 0,
43             "strict" => 0,
44             "vars" => 0
45             },
46             "TEST_REQUIRES" => {
47             "Archive::Tar" => "1.54",
48             "ExtUtils::MakeMaker" => "6.36",
49             "File::Copy" => 0,
50             "File::Spec" => "3.19",
51             "File::Spec::Functions" => 0,
52             "File::pushd" => "0.32",
53             "FindBin" => 0,
54             "IO::Handle" => 0,
55             "Test::Harness" => 0,
56             "Test::More" => "0.62",
57             "lib" => 0,
58             "warnings" => 0
59             },
60             "VERSION" => "1.2020",
61             "test" => {
62             "TESTS" => "t/*.t"
63             }
64             );
65              
66              
67             my %FallbackPrereqs = (
68             "Archive::Tar" => "1.54",
69             "CPAN" => "1.94",
70             "CPAN::Version" => 0,
71             "Capture::Tiny" => 0,
72             "Carp" => 0,
73             "Config::Tiny" => "2.08",
74             "Data::Dumper" => 0,
75             "Devel::Autoflush" => "0.04",
76             "Exporter" => 0,
77             "ExtUtils::MakeMaker" => "6.36",
78             "Fcntl" => 0,
79             "File::Basename" => 0,
80             "File::Copy" => 0,
81             "File::Find" => 0,
82             "File::Glob" => 0,
83             "File::HomeDir" => "0.58",
84             "File::Path" => 0,
85             "File::Spec" => "3.19",
86             "File::Spec::Functions" => 0,
87             "File::Temp" => "0.16",
88             "File::pushd" => "0.32",
89             "FindBin" => 0,
90             "IO::File" => 0,
91             "IO::Handle" => 0,
92             "IPC::Cmd" => "0.76",
93             "Parse::CPAN::Meta" => 0,
94             "Probe::Perl" => 0,
95             "Test::Harness" => 0,
96             "Test::More" => "0.62",
97             "Test::Reporter" => "1.54",
98             "constant" => 0,
99             "lib" => 0,
100             "strict" => 0,
101             "vars" => 0,
102             "warnings" => 0
103             );
104              
105              
106             unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
107             delete $WriteMakefileArgs{TEST_REQUIRES};
108             delete $WriteMakefileArgs{BUILD_REQUIRES};
109             $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
110             }
111              
112             delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
113             unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
114              
115             WriteMakefile(%WriteMakefileArgs);