Mark Fowler wrote:
> Hmm, looks like we could do with a bit of work on automagically preloading
> the right things at the right time, if it's possbile.
I've added the preload() method to Template::Config to preload all
typically useful modules. In the Template module it now calls:
Template::Config->preload() if $ENV{ MOD_PERL };
Cheers
A