libfile-slurper-perl/Makefile.PL

68 lines
1.5 KiB
Perl

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.020.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A simple, sane and efficient module to slurp a file",
"AUTHOR" => "Leon Timmermans <leont\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "File-Slurper",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "File::Slurper",
"PREREQ_PM" => {
"Carp" => 0,
"Encode" => "2.11",
"Exporter" => "5.57",
"PerlIO::encoding" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"FindBin" => 0,
"Test::More" => 0,
"Test::Warnings" => 0
},
"VERSION" => "0.013",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Encode" => "2.11",
"Exporter" => "5.57",
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"FindBin" => 0,
"PerlIO::encoding" => 0,
"Test::More" => 0,
"Test::Warnings" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);