summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Simple/Makefile
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2004-07-19 10:43:01 +0000
committerbad <bad@pkgsrc.org>2004-07-19 10:43:01 +0000
commit48ee82be71f30d054ed966604a9eab8ad641f4a6 (patch)
treeec052966cfd18f94f1cffe6c7bfff3990ffc7ac9 /textproc/p5-XML-Simple/Makefile
parent93e91906f1b19aaf024e2dbd4cbc1fcd73d3f6eb (diff)
downloadpkgsrc-48ee82be71f30d054ed966604a9eab8ad641f4a6.tar.gz
Update p5-XML-Simple to 2.12. Distfile for 2.07 has vanished from the mirrors.
Relevant changes since 2.07: - added NumericEscape option - added ValueAttr option (patch from Anton Berezin) - suppress 'wide character in print' warning (reported by Dawei Lin) - Added AttrIndent option (patch from Volker Moell) - Hash keys are now sorted alphabetically by default; enable the new NoSort option if you don't want this (patch from Volker Moell) - Fixed bug where disabling array folding broke anonymous array handling - Fixed bug when unfolding a tied hash - SuppressEmpty patch from Douglas Wilson - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven Rezic) - fixed hash ordering assumption in test script (reported by Michel Rodriguez) - fixed variable expansion not happening in attributes (patch from Paul Bussé)
Diffstat (limited to 'textproc/p5-XML-Simple/Makefile')
-rw-r--r--textproc/p5-XML-Simple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile
index 03651037527..b73bc1288fa 100644
--- a/textproc/p5-XML-Simple/Makefile
+++ b/textproc/p5-XML-Simple/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/01/05 22:16:25 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/19 10:43:01 bad Exp $
#
-DISTNAME= XML-Simple-2.07
+DISTNAME= XML-Simple-2.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xsi
CATEGORIES= textproc perl5