tests for the config( ...->{file} ) option. addresses bug when ->{file} is a dir...
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp2 / testapp.pl
CommitLineData
802a7626 1{ name => 'TestApp2',
2 Controller::Config => { foo => 'foo' },
3 cache => '__HOME__/cache',
4 multi => '__HOME__,__path_to(x)__,__HOME__,__path_to(y)__',
5}