update changes file
[p5sagit/Config-Any.git] / t / conf / conf.json
CommitLineData
77f14cda 1{
2 "name": "TestApp",
3 "Component": {
4 "Controller::Foo": {
5 "foo": "bar"
6 }
7 },
8 "Model": {
9 "Model::Baz": {
10 "qux": "xyzzy"
11 }
12 }
13}