Changes for version 0.1032 - 2010-06-10

  • CHANGES
    • Rename the term "escaped string" to "raw string": escaped_string() -> mark_raw() Text::Xslate::EscapedString -> Text::Xslate::Type::Raw (old names remain for compatibility)
  • BUG FIXES
    • App::Xslate created result files even if render() dies
  • NEW FEATURES
    • New builtin filters:
      • mark_raw as an alias to 'raw'
      • unmark_raw as the opposite of 'mark_raw'

Documentation

Process Xslate Templates
Text::Xslate constants in pure Perl

Modules

High performance template engine
The interface base class to import methods
The Xslate compiler
Yet another Text::Xslate runtime in pure Perl
Text::Xslate code generator for pure Perl
Text::Xslate constants in pure Perl
Text::Xslate macro object in pure Perl
Text::Xslate builtin method call in pure Perl
Text::Xslate opcode implementation in pure Perl
Text::Xslate pure-Perl virtual machine state
Text::Xslate builtin pair type in pure Perl
Text::Xslate raw string type in pure Perl
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
The raw string representation
A set of utilities for Xslate

Provides

in lib/Text/Xslate/Compiler.pm
in lib/Text/Xslate.pm
in lib/Text/Xslate/PP/Const.pm