Evening all, Pull request 459[1] by ambs introduces support for hierachical setting via the 'set' keyword, for instance, to have the same effect as the following in config.yml: engines: simple: extension: tt ... you'd be able to use: set 'engines/simple/extension' => 'tt'; There's been some discussion on whether this is the best way to do it, and the other suggestion is to use a hashref in Moose-ish fashion, e.g.: set engines => { +simple => { +extension => 'tt' } }; So, the question is, which do you prefer? Cheers Dave P [1] https://github.com/sukria/Dancer/pull/459 -- David Precious ("bigpresh") http://www.preshweb.co.uk/ "Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz)