Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / trunk / t / lib / TestAppOneView.pm
diff --git a/trunk/t/lib/TestAppOneView.pm b/trunk/t/lib/TestAppOneView.pm
deleted file mode 100644 (file)
index 59354b3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package TestAppOneView;
-use strict;
-use warnings;
-use Catalyst;
-
-__PACKAGE__->setup;
-
-1;