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