X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0f1481dd63c7419b034df5c65d94764474fdeefe;hb=b40baecda1f3f53be6022004082e3dc1988bca49;hp=4a719773dd1ffd19fe82cc48e7c8531d8ec9bdbf;hpb=82e80cb1a3d0246b2e4ebc07f23599aadf9e8516;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 4a71977..0f1481d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,12 +64,12 @@ if ($ENV{AGGREGATE_TESTS} && can_use('Test::Simple', '0.88') && can_use('Test::A } else { unlink '.aggregating'; - tests join q{ }, - grep { $_ ne 't/aggregate.t' } - map { glob } qw[t/*.t t/aggregate/*.t]; + tests 't/*.t t/aggregate/*.t'; } + author_requires 'CatalystX::LeakChecker', '0.05'; author_requires 'File::Copy::Recursive'; # For http server test +author_requires 'Catalyst::Devel', '1.0'; # For http server test author_tests 't/author'; author_requires(map {; $_ => 0 } qw(