App-datecalc
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.028.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Date calculator",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-datecalc",
"EXE_FILES" => [
"script/datecalc"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::datecalc",
"PREREQ_PM" => {
"DateTime" => 0,
"DateTime::Format::ISO8601" => 0,
"File::HomeDir" => 0,
"Getopt::Long" => "2.50",
"IO::Stty" => 0,
"List::Util::Uniq" => "0.003",
"MarpaX::Simple" => 0,
"Scalar::Util" => 0,
"Term::ReadLine" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Exception" => 0,
"Test::More" => "0.98"
},
"VERSION" => "0.090",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"DateTime" => 0,
"DateTime::Format::ISO8601" => 0,
"File::HomeDir" => 0,
"File::Spec" => 0,
"Getopt::Long" => "2.50",
"IO::Handle" => 0,
"IO::Stty" => 0,
"IPC::Open3" => 0,
"List::Util::Uniq" => "0.003",
"MarpaX::Simple" => 0,
"Scalar::Util" => 0,
"Term::ReadLine" => 0,
"Test::Exception" => 0,
"Test::More" => "0.98",
"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);
( run in 0.562 second using v1.01-cache-2.11-cpan-39bf76dae61 )