[Templates-announce] Template Toolkit verion 2.10
Andy Wardley
abw@andywardley.com
Thu, 24 Jul 2003 17:24:56 +0100
Version 2.10 of the Template Toolkit is now available. It is working
its way around CPAN. In the mean time, it is available from the usual
place:
http://tt2.org/download/Template-Toolkit-2.10.tar.gz
Changes below.
Enjoy!
A
#------------------------------------------------------------------------
# Version 2.10 - 24th July 2003
#------------------------------------------------------------------------
* Merged in Darren's branch to add the define_vmethod() methods to
Template::Context and Template::Stash.
* Applied patch from Axel Gerstmair for minor fixes to Makefile.PL,
t/gd.t and t/date.t.
http://template-toolkit.org/pipermail/templates/2003-April/004545.html
* Added undefined() method to the Stash which get() calls if a variable
value is undefined. Currently just returns '' to implement existing
behaviour, but it provides a method hook for subclasses to redefine.
* Fixed a minor bug which prevented the Stash from being subclassable
by removing references to __PACKAGE__