Changes for version 0.06

  • allowed templates to be created from strings (works in all drivers except Petal):
    • $self->template->load(string => \$some_text); $self->template->load(\$some_text);

Modules

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