Changes for version 2.6 - 2002-08-29
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT environment variable and path option if both are available. (Jesse Erlbaum)
- New Feature: __counter__ variable now available when loop_context_vars is set (Simran Gambhir)
- New Feature: The default attribute allows you to specify defaults for <tmpl_var> tags.
- Bug Fix: fixed parser to reject <tmpl_var>s with no names. (crazyinsomniac)
- Doc Fix: fixed documentation to correctly describe the interaction of case_sensitive and loop_context_vars. (Peter Claus Lamprecht)
- Doc Fix: updated mailing-list information to reflect move from vm.com to sourceforge.net
Modules
- HTML::Template - Perl module to use HTML Templates from CGI scripts
Provides
- HTML::Template::COND in Template.pm
- HTML::Template::DEFAULT in Template.pm
- HTML::Template::ESCAPE in Template.pm
- HTML::Template::LOOP in Template.pm
- HTML::Template::NOOP in Template.pm
- HTML::Template::PRINTSCALAR in Template.pm
- HTML::Template::URLESCAPE in Template.pm
- HTML::Template::VAR in Template.pm