diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-22 12:08:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-22 12:08:54 +0000 |
commit | ddbff0719cd771a4b57d41aaed3253de74a60376 (patch) | |
tree | e59d712728cb4e38bcd70212d13cb12f6589ca40 /www/p5-HTML-Template | |
parent | f4fc71ab98cba7ed3d3d70769917f2363c711d93 (diff) | |
download | pkgsrc-ddbff0719cd771a4b57d41aaed3253de74a60376.tar.gz |
Update to 2.5.
2.3 Thu June 28 12:00:00 2001
- New Feature: template tags can now span lines. (Roland Giersig)
- New Feature: new() option 'filehandle'. (Roland Giersig)
- Bug Fix: includes were broken in some cases using scalarref
templates. (Lance Thomas)
- Bug Fix: recursive include detection was broken for scalarref
templates. (Mark Stosberg)
- Bug Fix: cleaned up more 5.004 warnings. (Jere Julian)
2.4 Mon August 27 12:00:00 2001
- Bug Fix: case_sensitive option broke loops (Peter Leonard)
- Bug Fix: code-ref params now work with IF and UNLESS
2.5 Fri Feb 01 12:00:00 2002
- Bug Fix: global_vars fixed for loops within loops
- Bug Fix: include paths were broken under Windows (David Ferrance)
- Bug Fix: nested include path handling was wrong (Gyepi Sam)
- Bug Fix: MD5 signatures for file cache corrected (Martin Schroth)
- Bug Fix: print_to was broken for tied filehandles (Darren Chamberlain)
- Doc Fix: added mailing-list archive URL to FAQ, added link to
tutorial, fixed typos and formatting
- Doc Fix: added reference to new HTML::Template website at
http://html-template.sourceforge.net/
Diffstat (limited to 'www/p5-HTML-Template')
-rw-r--r-- | www/p5-HTML-Template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index edcfffc84de..0cc9c1e654e 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:36 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/22 12:08:54 uebayasi Exp $ -DISTNAME= HTML-Template-2.2 +DISTNAME= HTML-Template-2.5 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5htm CATEGORIES= www perl5 |