name fix of test app config files
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp3 / testapp3.pl
1 {   name               => 'TestApp',
2     Controller::Config => { foo => 'foo' },
3     cache              => '__HOME__/cache',
4     multi              => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
5 }