hi, On Wed, 6 Jun 2007, Octavian Rasnita wrote:
I don't use HTML::Template::Compiled though, because I found some bugs in it.
well it was beta at that time, and it's actually still marked as beta on cpan. you started to use the module really early. now the biggest bugs have been fixed, and i know a few people who use it in production. sure, there might still be bugs waiting; i find it a complex module because it's generating perl code and caching it on disc, so testing all cases is pretty challenging; but i hope that the worst bugs are now fixed. the feature i need most is the dot notation. if you just need that, you might use the dot plugin HTML::Template::Plugin::Dot. this, though, is not as fast.