X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=857a643e463f2aa90980c1a7af804ae6160084ea;hp=4a719773dd1ffd19fe82cc48e7c8531d8ec9bdbf;hb=a06394ac403562d4dc9912459582f4d2eab4c973;hpb=0bf3b41caa076beabccbb8f486ffddc1991d4f81 diff --git a/Makefile.PL b/Makefile.PL index 4a71977..857a643 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,10 +64,9 @@ 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