multiple replaces for __HOME__ and __path_to()__
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
index 0a775f1..d956bdc 100644 (file)
@@ -1,6 +1,8 @@
 {
-       name               => 'TestApp',
-       Controller::Config => {
-               foo => 'foo'
-       }
+    name               => 'TestApp',
+    Controller::Config => {
+        foo => 'foo'
+    },
+    cache              => '__HOME__/cache',
+    multi              => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
 }