X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=910922656b8c3bc0dda234bf67937f9523f91724;hb=868a7cca6687d5a4df03ad4f70f60fc124033f62;hp=7dee547732af0d71135a432535466b076703b855;hpb=cb89a296ea87b1271692a4415158b9ceddfcd7d5;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7dee547..9109226 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,6 @@ requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; -test_requires 'NEXT'; test_requires 'Class::Data::Inheritable'; if ( ( exists $ENV{AGGREGATE_TESTS} && !$ENV{AGGREGATE_TESTS}) @@ -42,6 +41,9 @@ if ( ( exists $ENV{AGGREGATE_TESTS} && !$ENV{AGGREGATE_TESTS}) grep { $_ ne 't/aggregate.t' } map { glob } qw[t/*.t t/aggregate/*.t]; } +else { + test_requires('Test::Aggregate', '0.34_01'); +} if (-e 'inc/.author') { build_requires 'Test::NoTabs';