Changes for version 0.19
- modified append_output() in parser.c to never call strlen(), which is a *huge* performance win for large templates
- removed unnecessary atoi() call in default_tags.c (ak@dasburo.de)
Documentation
Templating system C library
how to extend the Text::Tmpl template library (with C or Perl).
description of the syntax of a Text::Tmpl template.
Modules
Templating system perl library