multiple replaces for __HOME__ and __path_to()__
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / testapp.pl
CommitLineData
b2d85594 1{
a7afecf7 2 name => 'TestApp',
3 Controller::Config => {
4 foo => 'foo'
5 },
6 cache => '__HOME__/cache',
3af1b75e 7 multi => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
b2d85594 8}