update repo address
[p5sagit/Config-Any.git] / t / invalid / conf.json
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