Changes for version 1.02_02
- Version started at 2010-02-20-20:14. Added vmethods support. Extensive rewrite of variable, function and method parsing. Added better permutations testing of sequential variable subscripts. Replaced most single-point-of-use qr// with hard-coded //o for speed. Performance impact: ~2% regained on compile phase, runtime unaffected.
Changes for version 1.02_01
- Version started at 2010-02-16-12:10. Added open_delimiter and close_delimiter options. Added allow_bare_expr option. Added template_toolkit_compat option. Added <: end :> synonym for <: endif :> or <: endfor :>. Made token parsing case-insensitive. Made "unrecognised token" error message slightly clearer. Updated performance documentation with Template::Benchmark results. Performance impact: ~2% lost on compile phase, runtime unaffected.
Modules
Fast template engine sandboxed from your application.
Base library object for Template::Sandbox functions.
Basic number functions library for Template::Sandbox.
Basic string functions library for Template::Sandbox.