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 0.10

  • updated README file
  • changed the memory allocation scheme used by the parser so that it is more efficient with large variable values and templates
  • made perl_simple_tag and perl_tag_pair bless the contexts they pass into the underlying perl functions they call
  • added documentation for set_values()
  • added set_values() method
  • updated the documentation a bit
  • moved tests into t/*.t format & started adding more tests
  • made XS code & typemap more robust in the face of undef input

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