Changes for version 0.11

  • fixed a bug fill/process when called with a single non-hashref argument. The following used to be broken; now they DWIM:
    • $self->template->fill('filename'); $self->template->fill(\$template);
  • fixed a bug in template_post_process that has been there since the beginning. The callback was being called as:
    • template_post_process($self, \$output) # wrong!
    • But it was documented as:
      • template_post_process($self, $template, \$output) # right!
    • It's been fixed to match the documentation.

Modules

Use any templating system from within CGI::Application using a unified interface
HTML::Template::Expr driver to AnyTemplate
HTML::Template::Pluggable driver to AnyTemplate
Template::Toolkit plugin to AnyTemplate