MooseX-Extended
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.020000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Extend Moose with safe defaults and useful features",
"AUTHOR" => "Curtis \"Ovid\" Poe <curtis.poe\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "MooseX-Extended",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.020000",
"NAME" => "MooseX::Extended",
"PREREQ_PM" => {
"B::Hooks::AtRuntime" => 8,
"Carp" => 0,
"Data::Printer" => 0,
"Exporter" => 0,
"Import::Into" => 0,
"Module::Load" => 0,
"Moose" => 0,
"Moose::Exception" => 0,
"Moose::Exception::Role::Class" => 0,
"Moose::Exporter" => 0,
"Moose::Meta::Role" => 0,
"Moose::Role" => 0,
"Moose::Util" => 0,
"MooseX::Role::WarnOnConflict" => 0,
"MooseX::StrictConstructor" => 0,
"Ref::Util" => 0,
"Storable" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Tiny" => "1.012004",
"Type::Utils" => 0,
"Types::Common::Numeric" => 0,
"Types::Common::String" => 0,
"Types::Standard" => 0,
"constant" => 0,
"feature" => 0,
"mro" => 0,
"namespace::autoclean" => 0,
"parent" => 0,
"strict" => 0,
"true" => "1.0.2",
"warnings" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"DateTime" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"List::Util" => 0,
"Scalar::Util" => 0,
"Test::Builder" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"base" => 0,
"lib" => 0,
"version" => 0
},
"VERSION" => "0.35",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"B::Hooks::AtRuntime" => 8,
"Capture::Tiny" => 0,
"Carp" => 0,
"Data::Printer" => 0,
"DateTime" => 0,
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Import::Into" => 0,
"List::Util" => 0,
"Module::Load" => 0,
"Moose" => 0,
"Moose::Exception" => 0,
"Moose::Exception::Role::Class" => 0,
"Moose::Exporter" => 0,
"Moose::Meta::Role" => 0,
"Moose::Role" => 0,
"Moose::Util" => 0,
"MooseX::Role::WarnOnConflict" => 0,
"MooseX::StrictConstructor" => 0,
"Ref::Util" => 0,
"Scalar::Util" => 0,
"Storable" => 0,
"Test::Builder" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Tiny" => "1.012004",
"Type::Utils" => 0,
"Types::Common::Numeric" => 0,
"Types::Common::String" => 0,
"Types::Standard" => 0,
"base" => 0,
"constant" => 0,
"feature" => 0,
"lib" => 0,
"mro" => 0,
"namespace::autoclean" => 0,
"parent" => 0,
"strict" => 0,
"true" => "1.0.2",
"version" => 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.738 second using v1.01-cache-2.11-cpan-39bf76dae61 )