Subject: | STRICT => 1 should be default (or at least easily set) |
It's not clear to me from the undocumented moose code whether it is
possible to set STRICT => 1 in the tt or if you have to construct your
own tt object / postfacto configure it or whatever. Further, why is
default doing one thing with Template->new while tt() is doing
something else on the ||?
If you make STRICT => 1 the default (which I think would be wise),
you'll need to require Template v2.1 for it to have any effect.
Thanks,
Eric