Release commit for 0.35
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
index eecc78b..a872b6a 100644 (file)
@@ -1,7 +1,5 @@
-{
-    name               => 'TestApp',
-    Controller::Config => {
-        foo => 'foo'
-    },
+{   name               => 'TestApp',
+    Controller::Config => { foo => 'foo' },
     cache              => '__HOME__/cache',
+    multi              => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
 }