X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=13c8230d275c19cfcbd648a96652e56caf0ff13b;hp=3361aacfe85077aa51e217e53d84e3b0bf32e5e6;hb=fe51b31bbe095f5c33e95082a5c31e817ffe6d6a;hpb=807303a1658f895c41417beba24d24ff9b71c194 diff --git a/Makefile.PL b/Makefile.PL index 3361aac..13c8230 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -87,14 +87,13 @@ my %META = ( }, develop => { requires => { - 'Test::Aggregate' => '0.364', 'Test::Simple' => '0.88', 'CatalystX::LeakChecker' => '0.05', 'Catalyst::Devel' => '1.0', # For http server test 'Catalyst::Engine::PSGI' => 0, 'Test::WWW::Mechanize::Catalyst' => '0.51', 'Test::TCP' => '2.00', # ditto, ships Net::EmptyPort - 'File::Copy::Recursive' => 0, + 'File::Copy::Recursive' => '0.40', 'Starman' => 0, 'MooseX::Daemonize' => 0, 'Test::NoTabs' => 0, @@ -165,14 +164,7 @@ my %META = ( x_authority => 'cpan:MSTROUT', ); -my $tests = 't/*.t'; -if ($ENV{AGGREGATE_TESTS} && eval { require Test::Aggregate; Test::Aggregate->VERSION(0.364); }) { - open my $fh, '>', '.aggregating'; -} -else { - unlink '.aggregating'; - $tests .= ' t/aggregate/*.t'; -} +my $tests = 't/*.t t/aggregate/*.t'; my %MM_ARGS = ( test => { TESTS => $tests },