From: Florian Ragwitz Date: Sat, 27 Jun 2009 13:26:01 +0000 (+0000) Subject: Bump deps for test aggregation. X-Git-Tag: 5.80006~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=05b3a1522743c43bbe17f6ec823799d8d4f0c8f2 Bump deps for test aggregation. --- diff --git a/Makefile.PL b/Makefile.PL index 8279a91..a08a13b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,9 +43,10 @@ recommends 'B::Hooks::OP::Check::StashChange'; test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; -# aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate is available -if ($ENV{AGGREGATE_TESTS} && can_use('Test::Aggregate', '0.34_01')) { - test_requires('Test::Aggregate', '0.34_01'); +# aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available +if ($ENV{AGGREGATE_TESTS} && can_use('Test::Simple', '0.88') && can_use('Test::Aggregate', '0.35_05')) { + test_requires('Test::Aggregate', '0.35_05'); + test_requires('Test::Simple', '0.88'); } else { tests join q{ },