Task-BeLike-RWP
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.030.
use strict;
use warnings;
use 5.037009;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Perl modules bundle to install from CPAN",
"AUTHOR" => "Elvin Aslanov <rwp.primary\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Task-BeLike-RWP",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.037009",
"NAME" => "Task::BeLike::RWP",
"PREREQ_PM" => {
"Clipboard" => 0,
"Config::General" => 0,
"DBI" => 0,
"Data::Printer" => 0,
"Dist::Zilla" => 0,
"Domain::PublicSuffix" => 0,
"IO::Tee" => 0,
"Log::Log4perl" => 0,
"Net::DNS" => 0,
"Net::IP::XS" => 0,
"Number::Bytes::Human" => 0,
"PadWalker" => 0,
"Path::Tiny" => 0,
"Rex" => 0,
"SQL::Abstract" => 0,
"Syntax::Keyword::Match" => 0,
"Syntax::Operator::In" => 0,
"System::Command" => 0,
"URI" => 0,
"XML::RSS" => 0,
"YAML::XS" => 0
},
"VERSION" => "0.231770",
"test" => {
"TESTS" => ""
}
);
my %FallbackPrereqs = (
"Clipboard" => 0,
"Config::General" => 0,
"DBI" => 0,
"Data::Printer" => 0,
"Dist::Zilla" => 0,
"Domain::PublicSuffix" => 0,
"IO::Tee" => 0,
"Log::Log4perl" => 0,
"Net::DNS" => 0,
"Net::IP::XS" => 0,
"Number::Bytes::Human" => 0,
"PadWalker" => 0,
"Path::Tiny" => 0,
"Rex" => 0,
"SQL::Abstract" => 0,
"Syntax::Keyword::Match" => 0,
"Syntax::Operator::In" => 0,
"System::Command" => 0,
"URI" => 0,
"XML::RSS" => 0,
"YAML::XS" => 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.950 second using v1.01-cache-2.11-cpan-97f6503c9c8 )