X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=910922656b8c3bc0dda234bf67937f9523f91724;hb=1cda0e2cc52505b63b7ac8e141ba4a43917d2e14;hp=3973a5be093597743e508ce31af8ead5e00602fd;hpb=dbb2d5cd1b69209e53eb204e7451d688327b2e11;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 3973a5b..9109226 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,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';