prevent actions named index from registering as an index dispatchtype if they can...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexActionName.pm
diff --git a/t/lib/TestAppIndexActionName.pm b/t/lib/TestAppIndexActionName.pm
new file mode 100644 (file)
index 0000000..977693e
--- /dev/null
@@ -0,0 +1,8 @@
+package TestAppIndexActionName;
+use strict;
+use warnings;
+use Catalyst;
+
+__PACKAGE__->setup;
+
+1;