I've uploaded the latest developer release to CPAN and the TT web site. http://tt2.org/download.html
Relevant section of the Changes file appended below. Got forth and make content! A #------------------------------------------------------------------------ # Version 2.06d - 22nd January 2002 ## DEVELOPER RELEASE ## #------------------------------------------------------------------------ * Applied a patch to the DBI plugin from Simon Matthews to stop it from closing a DBH which was passed in open from an external source. * Applied another patch from Simon to fix a bug with compiled templates which were never being loaded due to a '<' comparison of timestamps rather than '<='. See http://tt2.org/pipermail/templates/2002-January/002361.html * Applied a patch from Doug Steinwand which fixes a minor bug in the XS Stash as reported by Andrey Brindeew: http://tt2.org/pipermail/templates/2002-January/002475.html * Changed URL plugin to accept multiple values for CGI parameters, e.g. [% USE URL('/cgi-bin/foo', items=[10,20]) %] generates a URL like: /cgi-bin/foo?item=10&item=20 * Applied a patch from David D. Kilzer to Makefile.PL to add -I flags to the various invocations of perl that we missed, and also to add a clean/FILES target for WriteMakefile(). See. http://tt2.org/pipermail/templates/2002-January/002431.html * Fixed Makefile.PL to warn, not die, about mandatory modules, leaving it to the definitions in the PREREQ_PM which the CPAN module can understand. Thanks to Leon for waving the flag. * Applied Leon's doc patch to the Table plugin to demonstrate row/column transposition. * Added ucfirst and lcfirst filters to fold first character to upper or lower case respectively. Thanks to Paul Makepeace for the patch. * Fixed truncate method of String plugin to not append suffix if the string is already shorter than the required length. Thanks to Yann Kerherv� for the patch.
