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
Base class for templates
Embed run modes within a template
HTML::Template driver to AnyTemplate
HTML::Template::Expr driver to AnyTemplate
HTML::Template::Pluggable driver to AnyTemplate
Petal plugin to AnyTemplate
Template::Toolkit plugin to AnyTemplate