>>>>> "dc" == darren chamberlain <[EMAIL PROTECTED]> writes:
>> Could you save us some time from doing this ourseles and share that
>> list with us? Thanks.
dc> All the lazily-loaded modules are listed in Template::Config, and
dc> include Template::Context, Template::Filters, Template::Iterator,
Cool... just noticed a doc bug in Template::Context when researching
this:
stash(\%vars)
Instantiate a new stash object (default: Template::Tem-
plates) using the contents of the optional hash array
passed by parameter as initial variable definitions.
Returns an object reference or undef on error, as above.
shouldn't that be "Template::Stash" or "Template::Stash::XS" in the
default?
Here's the list I came up with for my mod_perl startup:
use Template ();
use Template::Parser ();
use Template::Provider ();
use Template::Plugins ();
use Template::Filters ();
use Template::Stash::XS ();
use Template::Context ();
use Template::Service ();
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://www.template-toolkit.org/mailman/listinfo/templates