tests for the config( ...->{file} ) option. addresses bug when ->{file} is a dir...
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp1 / testapp.pl
diff --git a/t/lib/TestApp1/testapp.pl b/t/lib/TestApp1/testapp.pl
new file mode 100644 (file)
index 0000000..70dc31d
--- /dev/null
@@ -0,0 +1,5 @@
+{   name               => 'TestApp2',
+    Controller::Config => { foo => 'foo' },
+    cache              => '__HOME__/cache',
+    multi              => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
+}