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

Changes for version 1.01_03

  • Version started at 2009-12-09-20:14. Knew those unixy file paths in the tests' error-match regexps would bite me eventually: made the error text tests properly OS-agnostic. Remembered to update coverage stats this time.

Changes for version 1.01_02

  • Version started at 2009-12-08-08:29. Release focus: optimizing the compile and optimization phases. Major optimization to jump target renumbering in template optimization. Only call _delete_instr() when actually needed. Doh. Prebuild list of jump-targets for speed when merging adjacent literals. Correctly made FUNC_NEEDS_TEMPLATE a constant sub. Use tr/// instead of m// for newline-counting during compile. Replace nasty array munging during compile with splice(). Moved a few regexp compiles outside the loops using them.

Changes for version 1.01_01

  • Version started at 2009-09-10-13:25. No-longer assumes english-localized perl error text in tests. Unreadable template test: improved check that it really is unreadable.

Modules

Templates safely 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.