X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6723040e5025e5a76e1586a450a73e47f2dece74;hb=11d11235b5aff403c201e7d4bd937651932d708c;hp=3b2305c5a7d353f93b92a731eec77603bd63d49c;hpb=8f01e4a910f9c9b0c4d2354c73e1e119d104742e;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 3b2305c..6723040 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ else { grep { $_ ne 't/aggregate.t' } map { glob } qw[t/*.t t/aggregate/*.t]; } -author_requires 'CatalystX::LeakChecker', '0.05'; # Skipped if this isn't installed +author_requires 'CatalystX::LeakChecker', '0.05'; author_requires 'File::Copy::Recursive'; # For http server test author_tests 't/author';