The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.