Fixed :Path() empty brackets attribute not registering action.
[catagits/Catalyst-Runtime.git] / t / lib / TestPath.pm
diff --git a/t/lib/TestPath.pm b/t/lib/TestPath.pm
new file mode 100644 (file)
index 0000000..ae14557
--- /dev/null
@@ -0,0 +1,8 @@
+package TestPath;
+use strict;
+use warnings;
+use Catalyst;
+
+__PACKAGE__->setup;
+
+1;