RE: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-08 Thread Jesse Erlbaum
- die_on_bad_params has been removed (yay!) Does this mean that you can pass any bad param into the template and it doesn't die? For me, this is the template equivalent of use strict. -Jesse- - Web Archive:

Re: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-08 Thread David Steinbrunner
Jesse Erlbaum wrote: - die_on_bad_params has been removed (yay!) Does this mean that you can pass any bad param into the template and it doesn't die? For me, this is the template equivalent of use strict. I agree with Jesse. I know many people do not like it but for me it is very

Re: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-08 Thread Rob Kinyon
On 12/8/05, Jesse Erlbaum [EMAIL PROTECTED] wrote: - die_on_bad_params has been removed (yay!) Does this mean that you can pass any bad param into the template and it doesn't die? For me, this is the template equivalent of use strict. Sometimes, a bad param isn't bad so much as unused. For

[cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-07 Thread Mark Stosberg
Following the precendent set by the plugin for HTML::Template::Plugin::Dot, I've released another plugin for another HTML::Template alternative, HTML::Template::Compiled. My plugin should be on CPAN by now, but here's an alternate link if it's not:

Re: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-07 Thread Perrin Harkins
On Thu, 2005-12-08 at 04:22 +, Mark Stosberg wrote: Be warned however that the module is still young and lacks some polish. I have already noticed and sent patches for some minor bugs Perhaps more to the point, it is not 100% compatible with HTML::Template. It doesn't pass the