Merge branch 'master' into gsoc_breadboard
[catagits/Catalyst-Runtime.git] / t / lib / MockAppConfigLoader / mockapp_local.pl
1 {
2     view              => 'View::TT::New',
3     'Controller::Foo' => { new => 'key' },
4     Component         => { 'Model::Baz' => { 'another' => 'new key' } },
5 }