remove a submodule from travis
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 3361aac..16b0097 100644 (file)
@@ -94,7 +94,7 @@ my %META = (
         '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 +165,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 },