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

Changes for version 0.1009

  • NEW FEATURE
    • Extend cascade statement: cascade myapp::base with component1, component2 cascade with component1, component2
    • Function import mechanism, which needs no plugin modules: Text::Xslate->new(import => [qw(Data::Dumper)])
    • Support "elsif" in Kolon for compatibility with Perl
    • Support "UNLESS" in TTerse for compatibility with TT
    • Support function and method call in TTerse
  • CHANGES
    • Internal APIs and tests have been refactored

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