initial import
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
diff --git a/t/lib/TestApp/testapp.pl b/t/lib/TestApp/testapp.pl
new file mode 100644 (file)
index 0000000..0a775f1
--- /dev/null
@@ -0,0 +1,6 @@
+{
+       name               => 'TestApp',
+       Controller::Config => {
+               foo => 'foo'
+       }
+}