# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.023.
use strict;
use 5.010001;
my %WriteMakefileArgs = (
"ABSTRACT" => "List new CPAN distributions in a given time period",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-ListNewCPANDists",
"EXE_FILES" => [
"script/list-monthly-new-cpan-dists",
"script/list-monthly-new-cpan-dists-html",
"script/list-new-cpan-dists"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::ListNewCPANDists",
"PREREQ_PM" => {
"DBI" => 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_str::From_str::normalize_perl_distname" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_upper" => 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::int" => "0.911",
"Data::Sah::Compiler::perl::TH::re" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"DateTime" => 0,
"File::HomeDir" => 0,
"HTML::Entities" => 0,
"HTTP::Tiny" => "0.057",
"JSON" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"SQL::Schema::Versioned" => "0.234",
"Sah::Schema::cpan::pause_id" => "0.003",
"Sah::Schema::dirname" => 0,
"Sah::Schema::filename" => 0,
"Sah::Schema::perl::distname" => 0,
"Sah::Schema::true" => 0,
"Time::Local" => "1.27",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.98",
"Test::SQL::Schema::Versioned" => 0,
"Test::WithDB::SQLite" => "0.08"
},
"VERSION" => "0.018",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"DBI" => 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_str::From_str::normalize_perl_distname" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_upper" => 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::int" => "0.911",
"Data::Sah::Compiler::perl::TH::re" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"DateTime" => 0,
"File::HomeDir" => 0,
"File::Spec" => 0,
"HTML::Entities" => 0,
"HTTP::Tiny" => "0.057",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"SQL::Schema::Versioned" => "0.234",
"Sah::Schema::cpan::pause_id" => "0.003",
"Sah::Schema::dirname" => 0,
"Sah::Schema::filename" => 0,
"Sah::Schema::perl::distname" => 0,
"Sah::Schema::true" => 0,
"Test::More" => "0.98",
"Test::SQL::Schema::Versioned" => 0,
"Test::WithDB::SQLite" => "0.08",
"Time::Local" => "1.27",
"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);