Release commit for 0.30
[p5sagit/Config-Any.git] / t / supported / conf.pl
CommitLineData
803bbb11 1{ name => 'TestApp',
2 Component => { 'Controller::Foo' => { foo => 'bar' } },
3 Model => { 'Model::Baz' => { qux => 'xyzzy' } }
4}