make this test lib like all the others
[catagits/Catalyst-Runtime.git] / t / lib / Test / Apple.pm
diff --git a/t/lib/Test/Apple.pm b/t/lib/Test/Apple.pm
new file mode 100644 (file)
index 0000000..98b4df1
--- /dev/null
@@ -0,0 +1,14 @@
+package Test::Apple;
+
+use strict;
+use warnings;
+
+use parent qw/Catalyst::Controller/;
+
+sub default :Path {
+}
+
+sub apple :Local {
+}
+
+1;