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

Changes for version 0.1007 - 2010-05-02

  • BUG FIXES
    • Nested function call could cause problems.
    • Blessed references ware not printable.
    • The "file" option to new() was confusing. Now it has been removed.
  • NEW FEATURE
    • New operators: "and", "or", "not", "min", "max"
    • New method call syntax: $obj.method(...)
    • New while statement: while $obj.fetch() -> $row { print $row; }
    • New "cache_dir" option to new()
    • INCLUDE command in TTerse

Modules

High performance template engine
An Xslate compiler
The escaped string representation
The base class of template parsers
The symbol representation used by parsers
The default template syntax
The same as Kolon but using [% ... %] tags
An alternative syntax like Template-Toolkit 2
A set of utilities for Xslate

Provides

in lib/Text/Xslate/Compiler.pm