skip xml failure tests if XML::LibXML < 1.59 is installed, it seems to parse anything...
[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}