Will flatten the capture args in uri_for
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat / Controller / Base.pm
diff --git a/t/lib/TestAppMetaCompat/Controller/Base.pm b/t/lib/TestAppMetaCompat/Controller/Base.pm
new file mode 100644 (file)
index 0000000..0a66d50
--- /dev/null
@@ -0,0 +1,6 @@
+package TestAppMetaCompat::Controller::Base;
+
+use strict;
+use base qw/Catalyst::Controller/;
+
+1;