projects
/
p5sagit/Config-Any.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
update list of backends and optional dependencies
[p5sagit/Config-Any.git]
/
t
/
invalid
/
conf.json
Commit
Line
Data
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
}
5770ffc0
13