Fix tests
- App::Assixt::Test can't be found if it's not listed in META6.json, not even by tests.
-
template()
has a default value for it's:$clobber
argument, passing Nil doesn't make it take that default though. - Config doesn't implement
ASSIGN-KEY
but has.set($k, $v)
instead.
Should fix #27 (closed)