Changes for version 0.76 - 2009-07-11

  • Stable backend API. Current perl wrapper (Pro.xs) had to communicate with c backend using the param {...} struct(ure). That's still bearable if library is statically built in wrapper but unacceptable for public library that can be used by third-pary software (the layout of the structure is not a public API. It is not meant to be and is subject to change without prior notice). Instead, param structure is hidden behind the stable public library API getter and setter functions. tmplpro.h is now the API header.

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