summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-07 13:49:18 +0000
committerobache <obache@pkgsrc.org>2006-11-07 13:49:18 +0000
commit69e1828ee2d69cf96f2c8bb215e5812652374e78 (patch)
tree0b0d0521e4a3bc8fb676a9674bd830411d0de71e /textproc/p5-XML-Writer/Makefile
parent2b957b665aca30c9d58f5b9f546a2e19dbcf8c28 (diff)
downloadpkgsrc-69e1828ee2d69cf96f2c8bb215e5812652374e78.tar.gz
Update p5-XML-Writer to 0.601.
Changes: 0.601 Fri Sep 1 15:01:45 BST 2006 <joe@kafsemo.org> - Don't modify list references passed as tag or attribute names (cpan #14854). 0.600 Thu Jun 30 23:17:00 BST 2005 <joe@kafsemo.org> - Don't include an encoding in the XML declaration unless one is specified. - Check for, and croak on, invalid characters (including ASCII NUL). - Fixed 'ancestor' with out-of-bounds indexes. 0.545 Mon May 16 08:11:17 BST 2005 <joe@kafsemo.org> - Format comments like elements when in data mode. - Only attempt Unicode tests for Perl >= 5.8.1. 0.540 Tue May 10 18:18:58 BST 2005 <joe@kafsemo.org> - Don't die when ENCODING is specified with a scalar OUTPUT. - Add support for US-ASCII encoding. 0.531 Mon Mar 14 22:11:33 GMT 2005 <joe@kafsemo.org> - Rename internal String package to avoid clash with external modules. - Fix Unicode test skipping for Perls before 5.8.
Diffstat (limited to 'textproc/p5-XML-Writer/Makefile')
-rw-r--r--textproc/p5-XML-Writer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile
index 8f08c2841ec..e0d162b1af2 100644
--- a/textproc/p5-XML-Writer/Makefile
+++ b/textproc/p5-XML-Writer/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:50 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/11/07 13:49:18 obache Exp $
#
-DISTNAME= XML-Writer-0.530
+DISTNAME= XML-Writer-0.601
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xwr
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}