App-AlgorithmBackoffUtils
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.012.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Utilities related to Algorithm::Backoff",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-AlgorithmBackoffUtils",
"EXE_FILES" => [
"script/retry",
"script/retry-constant",
"script/retry-exponential",
"script/retry-fibonacci",
"script/retry-lild",
"script/retry-limd",
"script/retry-mild",
"script/retry-mimd",
"script/show-backoff-delays"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::AlgorithmBackoffUtils",
"PREREQ_PM" => {
"Algorithm::Backoff::Constant" => "0.006",
"Algorithm::Backoff::Exponential" => "0.006",
"Algorithm::Backoff::Fibonacci" => "0.006",
"Algorithm::Backoff::LILD" => 0,
"Algorithm::Backoff::LIMD" => 0,
"Algorithm::Backoff::MILD" => 0,
"Algorithm::Backoff::MIMD" => 0,
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Compiler::perl::TH::array" => 0,
"Data::Sah::Compiler::perl::TH::bool" => 0,
"Data::Sah::Compiler::perl::TH::float" => 0,
"Data::Sah::Compiler::perl::TH::int" => 0,
"Data::Sah::Compiler::perl::TH::str" => 0,
"IPC::System::Options" => "0.335",
"Log::ger" => "0.037",
"Perinci::CmdLine::Any" => 0,
"Perinci::CmdLine::Lite" => "1.827",
"Sah::Schema::true" => 0,
"Sah::Schema::ufloat" => 0,
"Sah::Schema::uint" => 0,
"Time::HiRes" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.005",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Algorithm::Backoff::Constant" => "0.006",
"Algorithm::Backoff::Exponential" => "0.006",
"Algorithm::Backoff::Fibonacci" => "0.006",
"Algorithm::Backoff::LILD" => 0,
"Algorithm::Backoff::LIMD" => 0,
"Algorithm::Backoff::MILD" => 0,
"Algorithm::Backoff::MIMD" => 0,
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Compiler::perl::TH::array" => 0,
"Data::Sah::Compiler::perl::TH::bool" => 0,
"Data::Sah::Compiler::perl::TH::float" => 0,
"Data::Sah::Compiler::perl::TH::int" => 0,
"Data::Sah::Compiler::perl::TH::str" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"IPC::System::Options" => "0.335",
"Log::ger" => "0.037",
"Perinci::CmdLine::Any" => 0,
"Perinci::CmdLine::Lite" => "1.827",
"Sah::Schema::true" => 0,
"Sah::Schema::ufloat" => 0,
"Sah::Schema::uint" => 0,
"Test::More" => 0,
"Time::HiRes" => 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.413 second using v1.01-cache-2.11-cpan-df04353d9ac )