Changes for version 0.13
- added t/1_exporter.t to test use of exported symbols
- made Text::Tmpl a subclass of Exporter, and added the package global functions and constants to @EXPORT_OK
- updated documentation and tests to use new instead of init
- added a new() constructor, which allows subclassing and whose syntax is the familiar "my $context = new Text::Tmpl;"
- added a CREDITS file
- added tests to t/3_undef_input.t for set_values()
- fixed warnings generated by set_values() when some values in the hashref are undefined (Tibor Lorincz <Tibor.Lorincz@kiss.sk>)
- fixed a bug with set_dir() requiring that the directory end with a trailing slash to work correctly (Tibor Lorincz <Tibor.Lorincz@kiss.sk>)
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