30 Apr
2011
30 Apr
'11
7:59 p.m.
On 30/04/2011 20:15, David Precious wrote:
set 'engines/simple/extension' => 'tt';
vs
set engines => { +simple => { +extension => 'tt' } };
So, the question is, which do you prefer?
I prefer the first, not because it was my first implementation, but because it mimics XPath (or directory structure). But I understand that we are adding a specific syntax that is not Perl related, and that is why I offered myself to implement the Moose syntax. I just didn't have the time and open-mind to implement it. Cheers ambs