The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.018

  • 2013-08-22
    • Final prep for release (1.017 never saw cpan)
    • RT #76570 - bugfix provided by onken@netcubed.de to fix encoding error or scalar ref templates.
    • RT #79641 - copy buggy behavior of Template::Toolkit in that we now allow for [% # comment %] all on one line (we previously supported [%# comment %])
    • RT #69966 - allow for node_info to be a little safer, allow DUMP to also be more safe, allow block _filename to get passed along
    • Add real json methods
    • Fix warning when calling .html on undefined
    • Fix bug in HTE with ASSOCIATE pointed out by David Warring

Modules

TT2/3, HT, HTE, Tmpl, and Velocity Engine
Compile role - allows for compiling the AST to perl code
Provide a TT style context
Handle exceptions
HTML::Template and HTML::Template::Expr roles.
Handle foreach iterations
Operator role.
Common parsing role for creating AST from templates
Play role - allows for playing out the AST
Stream role - allows for playing out the AST and printing straight to file handle
Template::Toolkit role
Text::Tmpl role
VMethod role.
Velocity (VTL) role

Provides

in lib/Template/Alloy/Play.pm
in lib/Template/Alloy/Play.pm
in lib/Template/Alloy/Context.pm