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

Changes for version 1.015

  • 2010-12-29
    • Add missing Iterator features odd, even, parity
    • Add .xml vmethod/filter
    • Change .html method to not encode apostrophe - that is what .xml is for (thanks to Ashley Pond V)
    • Add STRICT and STRICT_THROW configuration items including code, tests, and documentation
    • Add tt_var_string method and document ast_string method.
    • Fix pod errors reported by Frank Wiegand in VMethod.pm
    • Update test suite to not test stringification of perl regex (thanks to ANDK@cpan)
    • Fix path of file cache names on MSWin32 (thanks to BEROV@cpan)
    • Fix EXPOSE_BLOCKS to follow TT 2.22 behavior
    • Add tests to cover block use from included/processed blocks

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