[Templates-announce] Version 2.13 released
Andy Wardley
abw@andywardley.com
Fri, 30 Jan 2004 19:26:45 +0000
Version 2.13 is now available from the web site, and soon will be from
CPAN.
http://template-toolkit.org/download.html#stable
Changes going back to 2.12 are below.
Enjoy!
A
#------------------------------------------------------------------------
# Version 2.13 - 30th January 2004
#------------------------------------------------------------------------
* Applied patch from Dave Cash to add 'caller' and 'callers' to
'component', see
http://tt2.org/pipermail/templates/2004-January/005581.html
* Applied patch from Dylan William Hardison to ttree which prevents
dependencies from interfering with files that are copied. See
http://tt2.org/pipermail/templates/2003-December/005458.html
#------------------------------------------------------------------------
# Version 2.12a - 13th January 2004 ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------
* Fixed the bug in test 25 of t/date.t, hopefully for good this time,
thanks to the efforts of Steve Peters. See:
http://template-toolkit.org/pipermail/templates/2004-January/005560.html
* Added the FILE_INFO option to Template::Parser. Enabled by default,
this can be set to 0 to prevent the parser from adding file and line
info to the generated Perl file. Don't ask me why - Autrijus wanted
it (which probably means he's up to something twisted again :-). See:
http://template-toolkit.org/pipermail/templates/2004-January/005552.html