Revision history for Perl extension HTML::Template::Pro::Extension.
- A change in H::T::Pro interface (probabily). I don't find anymore clear_param
and there is a new method called clear_params.
- H::T::P::Extension::HEAD_BODY::header_css now return also <link...> tags with
"rel" attribute equal to "stylesheet" and "type" equal to "text/css".
- Now, when calling filters, the object is passed to filter as second parameter.
- Removed a bug in the HEAD_BODY.pm module that cannot parse headers sometimes.
- In vanguard mode, key can be start with an underscore (_) too because, for
example, some internal LOOP variable (__COUNTER__,...) start with it.
- In vanguard mode (%....) now is accepted only keys that start with alpha
characters [A-Za-z]
- A little optimization in calling H::T::P->param method.
- First release derived from HTML::Template::Extension