App-dateseq
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.024.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Generate a sequence of dates",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-dateseq",
"EXE_FILES" => [
"script/dateseq"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::dateseq",
"PREREQ_PM" => {
"Complete::Module" => "0.262",
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::natural" => 0,
"Data::Sah::Coerce::perl::To_duration::From_float::seconds" => 0,
"Data::Sah::Coerce::perl::To_duration::From_obj::datetime_duration" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::hms" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::human" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_int::From_str::convert_en_dow_name_to_num" => 0,
"Data::Sah::Coerce::perl::To_int::From_str::convert_en_month_name_to_num" => 0,
"Data::Sah::Compiler::perl::TH::array" => "0.911",
"Data::Sah::Compiler::perl::TH::bool" => "0.911",
"Data::Sah::Compiler::perl::TH::date" => "0.911",
"Data::Sah::Compiler::perl::TH::duration" => "0.911",
"Data::Sah::Compiler::perl::TH::hash" => "0.911",
"Data::Sah::Compiler::perl::TH::int" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"DateTime::Duration" => 0,
"DateTime::Format::Strftimeq" => 0,
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"Sah::Schema::date::dow_num" => 0,
"Sah::Schema::date::dow_nums" => 0,
"Sah::Schema::date::month_num" => 0,
"Sah::Schema::date::month_nums" => 0,
"Sah::Schema::perl::modname" => "0.035",
"Sah::Schema::posint" => 0,
"Sah::Schema::true" => 0,
"Scalar::Util" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.112",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Complete::Module" => "0.262",
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::natural" => 0,
"Data::Sah::Coerce::perl::To_duration::From_float::seconds" => 0,
"Data::Sah::Coerce::perl::To_duration::From_obj::datetime_duration" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::hms" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::human" => 0,
"Data::Sah::Coerce::perl::To_duration::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_int::From_str::convert_en_dow_name_to_num" => 0,
"Data::Sah::Coerce::perl::To_int::From_str::convert_en_month_name_to_num" => 0,
"Data::Sah::Compiler::perl::TH::array" => "0.911",
"Data::Sah::Compiler::perl::TH::bool" => "0.911",
"Data::Sah::Compiler::perl::TH::date" => "0.911",
"Data::Sah::Compiler::perl::TH::duration" => "0.911",
"Data::Sah::Compiler::perl::TH::hash" => "0.911",
"Data::Sah::Compiler::perl::TH::int" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"DateTime::Duration" => 0,
"DateTime::Format::Strftimeq" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"Sah::Schema::date::dow_num" => 0,
"Sah::Schema::date::dow_nums" => 0,
"Sah::Schema::date::month_num" => 0,
"Sah::Schema::date::month_nums" => 0,
"Sah::Schema::perl::modname" => "0.035",
"Sah::Schema::posint" => 0,
"Sah::Schema::true" => 0,
"Scalar::Util" => 0,
"Test::More" => 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);
( run in 0.802 second using v1.01-cache-2.11-cpan-39bf76dae61 )