X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=113ed28e9308087cac638e2d16c099de6f7d7416;hb=acad8a2ac78bfbcf34f1b7fba0a03f0e1ba94f08;hp=3973a5be093597743e508ce31af8ead5e00602fd;hpb=dbb2d5cd1b69209e53eb204e7451d688327b2e11;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 3973a5b..113ed28 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,11 +41,15 @@ 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'; build_requires 'Test::Pod' => 1.14; build_requires 'Test::Pod::Coverage' => 1.04; + build_requires 'Pod::Coverage' => 0.19; if ($^O eq 'darwin') { my $osx_ver = `/usr/bin/sw_vers -productVersion`;