multiple replaces for __HOME__ and __path_to()__
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
index eecc78b..d956bdc 100644 (file)
@@ -4,4 +4,5 @@
         foo => 'foo'
     },
     cache              => '__HOME__/cache',
+    multi              => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
 }