[Templates] Template Toolkit v2.19 pre-release - looking for testers (Win32 in particular)

Stuart Johnston saj@thecommune.net
Fri, 27 Apr 2007 14:02:39 -0500


I don't use Perl on Windows for anything useful but, all tests pass on=20
my system with:

cygwin perl 5.8.7 (no XS)
Strawberry Perl 5.8.8 Alpha 2 (with XS)


Andy Wardley wrote:
> There's a pre-release of TT2 v2.19 here:
>=20
>   http://tt2.org/download/Template-Toolkit-2.19.tar.gz
>=20
> I've tested it on OSX and Debian, but I can't coak my aged Windows
> 2000 installation into running anything remotely Perl-like these
> days without installing a bunch of updates.
>=20
> Given that this release includes a fix for the t/fileline.t bug on
> Win32, I'd really appreciate it if someone with access to a Windows
> box could check it out and give me the all-clear on the "make test"
> front before I upload it to CPAN.
>=20
> I realise there may be some outstanding patches/updates that haven't
> made it in.  But I wanted to get a version release with the high
> priority issues fixed.
>=20
> If there is anything that I've missed, or any outstanding issues
> that I haven't addressed, then please let me know (on the list
> or otherwise) and I'll look them over next week and make another
> release if necessary.
>=20
> List of changes follows.
>=20
> Cheers
> A
>=20
>=20
> #----------------------------------------------------------------------=
--
> # Version 2.19 - 27th April 2007
> #----------------------------------------------------------------------=
--
>=20
> * Applied a patch to t/fileline.t from Steffen M=FCller which fixes the
>   problems running on Win32 with backslashes in paths.
>=20
>   https://rt.cpan.org/Ticket/Display.html?id=3D20488
>=20
> * Applied a patch to the XS Stash from Randy Kobes which fixes some oth=
er
>   Win32 problems.
>=20
>   http://tt2.org/pipermail/templates/2007-February/009247.html
>=20
> * Applied another patch to the XS Stash from Steve Peters which fixes
>   a problem with tied hashes under more recent version of Perl.
>=20
>   http://tt2.org/pipermail/templates/2007-January/009181.html
>=20
> * Fixed a problem in the Perl Stash when using objects that have
>   overloaded comparison operators.  Thanks to Randal Schwartz, Tatsuhik=
o
>   Miyagawa and Daisuke Maki for their contributions.
>=20
>   http://tt2.org/pipermail/templates/2007-March/009265.html
>=20
> * Applied a patch from Bill Moseley to Template::Provider which adds
>   negative caching and moves some functionality into separate methods
>   to make subclassing easier.  Also added the STAT_TTL configuration
>   parameter.
>=20
>   http://tt2.org/pipermail/templates/2007-January/009183.html
>=20
> * Added the url filter as a less aggressive form of the uri filter.
>   Whereas the uri filter now (from v2.16 onwards) encodes all the
>   reserved characters (@, :, /, etc.) as per RFC2396, the url filter
>   leaves them intact and thus behaves just like the uri filter used
>   to.
>=20
>   http://tt2.org/pipermail/templates/2007-March/009277.html
>=20
>=20
> _______________________________________________
> templates mailing list
> templates@template-toolkit.org
> http://lists.template-toolkit.org/mailman/listinfo/templates