use
5.008001;
my
%WriteMakefileArgs
= (
"ABSTRACT"
=>
"Distribution with a rich set of tools built upon the Test2 framework."
,
"AUTHOR"
=>
"Chad Granum <exodist\@cpan.org>"
,
"CONFIGURE_REQUIRES"
=> {
"ExtUtils::MakeMaker"
=> 0
},
"DISTNAME"
=>
"Test2-Suite"
,
"LICENSE"
=>
"perl"
,
"MIN_PERL_VERSION"
=>
"5.008001"
,
"NAME"
=>
"Test2::Suite"
,
"PREREQ_PM"
=> {
"B"
=> 0,
"Carp"
=> 0,
"List::Util"
=> 0,
"Scalar::Util"
=> 0,
"Test2"
=>
"0.000040"
,
"overload"
=> 0,
"utf8"
=> 0
},
"VERSION"
=>
"0.000028"
,
"test"
=> {
"TESTS"
=>
"t/*.t t/modules/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Util/*.t t/modules/Util/Table/*.t"
}
);
my
%FallbackPrereqs
= (
"B"
=> 0,
"Carp"
=> 0,
"List::Util"
=> 0,
"Scalar::Util"
=> 0,
"Test2"
=>
"0.000040"
,
"overload"
=> 0,
"utf8"
=> 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
);