Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / t / lib / DeprecatedTestApp.pm
diff --git a/t/lib/DeprecatedTestApp.pm b/t/lib/DeprecatedTestApp.pm
deleted file mode 100644 (file)
index b3ae86b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package DeprecatedTestApp;
-
-use strict;
-use Catalyst qw/
-    Test::Deprecated
-/;
-
-our $VERSION = '0.01';
-
-__PACKAGE__->config( name => 'DeprecatedTestApp', root => '/some/dir' );
-
-__PACKAGE__->setup;
-
-1;