App-DateUtils
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.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "An assortment of date-/time-related CLI utilities",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-DateUtils",
"EXE_FILES" => [
"script/dateconv",
"script/datediff",
"script/durconv",
"script/parse-date",
"script/parse-date-using-df-alami-en",
"script/parse-date-using-df-alami-id",
"script/parse-date-using-df-flexible",
"script/parse-date-using-df-natural",
"script/parse-duration",
"script/parse-duration-using-df-alami-en",
"script/parse-duration-using-df-alami-id",
"script/parse-duration-using-df-natural",
"script/parse-duration-using-td-parse",
"script/strftime",
"script/strftimeq"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::DateUtils",
"PREREQ_PM" => {
"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::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::date" => "0.914",
"Data::Sah::Compiler::perl::TH::duration" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Date::Parse" => 0,
"Date::strftimeq" => 0,
"DateTime" => 0,
"DateTime::Format::Alami::EN" => "0.13",
"DateTime::Format::Alami::ID" => "0.13",
"DateTime::Format::Duration::ConciseHMS" => 0,
"DateTime::Format::Duration::ISO8601" => 0,
"DateTime::Format::Flexible" => 0,
"DateTime::Format::ISO8601::Format" => 0,
"DateTime::Format::Natural" => 0,
"Module::Installed::Tiny" => "0.011",
"POSIX" => 0,
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Time::Duration::Parse" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.128",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"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::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::date" => "0.914",
"Data::Sah::Compiler::perl::TH::duration" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Date::Parse" => 0,
"Date::strftimeq" => 0,
"DateTime" => 0,
"DateTime::Format::Alami::EN" => "0.13",
"DateTime::Format::Alami::ID" => "0.13",
"DateTime::Format::Duration::ConciseHMS" => 0,
"DateTime::Format::Duration::ISO8601" => 0,
"DateTime::Format::Flexible" => 0,
"DateTime::Format::ISO8601::Format" => 0,
"DateTime::Format::Natural" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Installed::Tiny" => "0.011",
"POSIX" => 0,
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Test::More" => 0,
"Time::Duration::Parse" => 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 1.384 second using v1.01-cache-2.11-cpan-39bf76dae61 )