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

Perrin Harkins perrin@elem.com
Fri, 01 Nov 2002 12:51:56 -0500


Andy Wardley wrote:

>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 };
>

Very cool.  Thanks Andy.

- Perrin