fixed suffix appending to explicit config paths.
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / mockapp / mockapp_local.pl
CommitLineData
a7afecf7 1{
2 view => 'View::TT::New',
3 'Controller::Foo' => {
4 new => 'key'
5 },
6 Component => {
7 'Model::Baz' => {
8 'another' => 'new key'
9 }
10 }
11}