Date-Holidays
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Date::Holidays::* adapter and aggregator for all your holiday needs",
"AUTHOR" => "Jonas B. <jonasbn\@cpan.org>",
"BUILD_REQUIRES" => {
"Module::Build" => "0.4234"
},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"Module::Build" => "0.4234"
},
"DISTNAME" => "Date-Holidays",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Date::Holidays",
"PREREQ_PM" => {
"Carp" => "1.5",
"DateTime" => "1.59",
"Env" => "1.04",
"File::Slurp" => "9999.32",
"JSON" => "4.1",
"Locale::Country" => "3.76",
"Module::Load" => "0.36",
"Scalar::Util" => "1.63",
"Try::Tiny" => "0.31"
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"FindBin" => "1.53",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Pod::Coverage::TrustPod" => "0.100006",
"Test::Class" => "0.52",
"Test::Fatal" => "0.017",
"Test::Kwalitee" => "1.28",
"Test::MockModule" => "0.13",
"Test::More" => "1.302195",
"Test::Pod" => "1.52",
"Test::Pod::Coverage" => "1.1"
},
"VERSION" => "1.36",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => "1.5",
"DateTime" => "1.59",
"Env" => "1.04",
"File::Slurp" => "9999.32",
"File::Spec" => 0,
"FindBin" => "1.53",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON" => "4.1",
"Locale::Country" => "3.76",
"Module::Build" => "0.4234",
"Module::Load" => "0.36",
"Pod::Coverage::TrustPod" => "0.100006",
"Scalar::Util" => "1.63",
"Test::Class" => "0.52",
"Test::Fatal" => "0.017",
"Test::Kwalitee" => "1.28",
"Test::MockModule" => "0.13",
"Test::More" => "1.302195",
"Test::Pod" => "1.52",
"Test::Pod::Coverage" => "1.1",
"Try::Tiny" => "0.31"
);
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);
( run in 0.557 second using v1.01-cache-2.11-cpan-54e63673c56 )