Subject: CVS commit: pkgsrc/www/p5-Template-Toolkit
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/03/2003 13:54:00
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Oct  3 13:54:00 UTC 2003

Modified Files:
	pkgsrc/www/p5-Template-Toolkit: Makefile PLIST distinfo

Log Message:
Update to 2.10; wildcard dependency on tex.

Version 2.10 provides a few trivial new features and applies fixes to
some small bugs.  For example, you can now use IN instead of = in a
loop, e.g. FOREACH item IN list.  The WRAPPER configuration option is
new, and Template::Context and Template::Stash now both implement
define_vmethod() methods which make it easier to define new virtual
methods.

Version 2.09 contained mostly bug fixes and minor enhancements.

Version 2.08 added compile time constant folding which can result in a
significant performance boost when processing templates.  It also
offered several other minor enhancements and bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/www/p5-Template-Toolkit/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-Template-Toolkit/PLIST \
    pkgsrc/www/p5-Template-Toolkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.