Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / t / aggregate.t
diff --git a/t/aggregate.t b/t/aggregate.t
deleted file mode 100644 (file)
index 7943b5b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-
-BEGIN {
-    unless (eval { require Test::Aggregate; Test::Aggregate->VERSION('0.35_05'); 1 }) {
-        require Test::More;
-        Test::More::plan(skip_all => 'Test::Aggregate 0.35_05 required for test aggregation');
-    }
-}
-
-my $tests = Test::Aggregate->new({
-    dirs          => 't/aggregate',
-    verbose       => 0,
-    set_filenames => 1,
-    findbin       => 1,
-});
-
-$tests->run;