# 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" => "A CLI for PAUSE",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-pause",
"EXE_FILES" => [
"script/pause"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::pause",
"PREREQ_PM" => {
"Complete::Bash" => "0.333",
"Getopt::Long::EvenLess" => "0.111",
"Getopt::Long::Subcommand" => "0.102",
"JSON::PP" => 0,
"List::Util" => "1.54",
"Log::ger" => "0.038",
"Log::ger::Layout::JSON" => 0,
"Log::ger::Output" => "0.005",
"Log::ger::Output::Composite" => "0.009",
"Log::ger::Output::Screen" => "0.018",
"Log::ger::Output::SimpleFile" => 0,
"Log::ger::Util" => "0.037",
"Perinci::CmdLine::Util::Config" => "1.725",
"Perinci::Result::Format::Lite" => "0.286",
"Scalar::Util" => 0,
"Scalar::Util::Numeric" => 0,
"Scalar::Util::Numeric::PP" => 0,
"Time::Duration::Parse::AsHash" => 0,
"Time::Local" => "1.27",
"WWW::PAUSE::Simple" => "0.453",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.659",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Complete::Bash" => "0.333",
"File::Spec" => 0,
"Getopt::Long::EvenLess" => "0.111",
"Getopt::Long::Subcommand" => "0.102",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON::PP" => 0,
"List::Util" => "1.54",
"Log::ger" => "0.038",
"Log::ger::Layout::JSON" => 0,
"Log::ger::Output" => "0.005",
"Log::ger::Output::Composite" => "0.009",
"Log::ger::Output::Screen" => "0.018",
"Log::ger::Output::SimpleFile" => 0,
"Log::ger::Util" => "0.037",
"Perinci::CmdLine::Util::Config" => "1.725",
"Perinci::Result::Format::Lite" => "0.286",
"Scalar::Util" => 0,
"Scalar::Util::Numeric" => 0,
"Scalar::Util::Numeric::PP" => 0,
"Test::More" => 0,
"Time::Duration::Parse::AsHash" => 0,
"Time::Local" => "1.27",
"WWW::PAUSE::Simple" => "0.453",
"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);