Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / t / lib / TestAppWithMeta.pm
diff --git a/t/lib/TestAppWithMeta.pm b/t/lib/TestAppWithMeta.pm
deleted file mode 100644 (file)
index e23a0e8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package TestAppWithMeta;
-use strict;
-use warnings;
-use Catalyst;
-
-no warnings 'redefine';
-sub meta {}
-use warnings 'redefine';
-
-__PACKAGE__->setup;
-
-1;
-