App-ListNewCPANDists

 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" => "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" => {
    "App::MetaCPANUtils" => 0,
    "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.914",
    "Data::Sah::Compiler::perl::TH::bool" => "0.914",
    "Data::Sah::Compiler::perl::TH::date" => "0.914",
    "Data::Sah::Compiler::perl::TH::int" => "0.914",
    "Data::Sah::Compiler::perl::TH::re" => "0.914",
    "Data::Sah::Compiler::perl::TH::str" => "0.914",
    "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,
    "JSON" => 0,
    "Log::ger" => "0.038",
    "Perinci::CmdLine::Any" => "0.154",
    "Perinci::CmdLine::Lite" => "1.924",
    "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.023",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::MetaCPANUtils" => 0,
  "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.914",
  "Data::Sah::Compiler::perl::TH::bool" => "0.914",
  "Data::Sah::Compiler::perl::TH::date" => "0.914",
  "Data::Sah::Compiler::perl::TH::int" => "0.914",
  "Data::Sah::Compiler::perl::TH::re" => "0.914",
  "Data::Sah::Compiler::perl::TH::str" => "0.914",
  "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,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "JSON" => 0,
  "Log::ger" => "0.038",
  "Perinci::CmdLine::Any" => "0.154",
  "Perinci::CmdLine::Lite" => "1.924",
  "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);



( run in 2.782 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )