[Templates] [PATCH] lazily load File::Temp

Andy Wardley abw@andywardley.com
Fri, 1 Nov 2002 17:27:38 +0000


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