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

Perrin Harkins perrin@elem.com
Fri, 01 Nov 2002 15:45:45 -0500


Vivek Khera wrote:

>I was really just being pedantic...  but think of a hosting situation
>where the startup is pretty bare, and some Registry program uses the
>template.
>

Do such situations really exist?

Regardless, it could be handled by adding an option like this:

use Template qw(preload_all);

- Perrin