Changes for version 0.90 - 2009-08-31
- perl: added force_untaint option
- perl: bugfix: code references are now treated properly (evaluated dynamically).
- perl: bugfix: support for magic arrays and hashes.
- perl: now in void context output use built-in stdout.
- perl: support for associate on library level. case_sensitive option removed from the C library. from now on it is wrapper-level option.
- template syntax: added support for template tags decorated as xml like <TMPL_FOO A="B" /> (thanks to Alberto Simaes).
- C lib: added tmpl_var_case option.
- C lib: tmplpro_get_expr_type has new return value EXPR_TYPE_NULL
- expr: Modified Bruni extension: now recommended bracketing is ${} change {NAME} -> ${NAME} in Expr compatibility warning is ifdefed.
- C lib: 1.0.0 ABI (see htmltmplpro/API for details)
Documentation
perl interface of HTML::Template::Pro
syntax of html template language for HTML::Template
Modules
Perl/XS module to use HTML Templates from CGI scripts
Provides
in lib/HTML/Template/Pro/CommonTest.pm
in lib/HTML/Template/Pro/WrapAssociate.pm