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

Changes for version 0.62_18 - 2009-04-26

  • => Move template constants into base->parser->_internal().

Changes for version 0.62_17 - 2009-04-23

  • => Move _file_exists to io->file_exists. => New option: capture_warnings. => Verbose error messages are now disabled by default. Set verbose_errors to a true value to enable this. => Move the API reference into Text/Template/Simple/API.pod. => Implemented tests 027 & 028.

Changes for version 0.62_16 - 2009-04-23

  • => Update builder.

Changes for version 0.62_15 - 2009-04-21

  • => Updating distro tools.

Changes for version 0.62_14 - 2009-04-21

  • => Updating distro tools.

Changes for version 0.62_13 - 2009-04-10

  • => Test meta fields.

Changes for version 0.62_12 - 2009-04-10

  • => Build tool update. => Added LICENSE.

Changes for version 0.62_11 - 2009-04-09

  • => Fix Devel::Size support. => Removed MANIFEST.SKIP & added no_index to M::B. Thanks to Graham Barr.

Changes for version 0.62_10 - 2009-04-09

  • => Testing MANIFEST.SKIP.

Changes for version 0.62_09 - 2009-04-08

  • => Testing MANIFEST.SKIP.

Changes for version 0.62_08 - 2009-04-08

  • => There is now a monolithic version of the module, bundled with the distributon. Find it in ./monolitic_version/.

Changes for version 0.62_07 - 2009-04-05

  • => Moved most error messages into fatal().

Changes for version 0.62_06 - 2008-10-21

  • => Updated build tool to automatically change version numbers and update pod. => Renamed error ids in fatal().

Changes for version 0.62_05 - 2008-10-12

  • => Internal cleanup. => Updated build tool to automatically change version numbers.

Changes for version 0.62_04 - 2008-10-10

  • => Fixed a semicolon issue with code blocks. => Removed cmd callbacks from the tokenizer. Also removed trim(). => Implemented block filters. => Fixed filter split regex. => New placeholder test. => Fixed a long standing bug in the tokenizer. => Internal cleanup.

Changes for version 0.62_03 - 2008-10-10

  • => Fixed tts(). => Pod fixes.

Changes for version 0.62_02 - 2008-10-10

  • => Fixed a warning generated via an edge case in the tokenizer. => Internal cleanup.

Changes for version 0.62_01 - 2008-10-08

  • => Token dumper fix. => Changed internal token type handling from strings to constants. => More internal cleanup. => Updated memcache tests. => Include improvements o Implemented include parameters. o Implemented include filters. o Added new placeholder unit tests. o No examples yet.

Documentation

Simple text template engine API reference

Modules

Simple text template engine
Base class for Text::Template::Simple
Base class for Text::Template::Simple
Base class for Text::Template::Simple
Base class for Text::Template::Simple
Caller stack tracer
Utility functions

Examples