summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Simple/distinfo
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-05-24 09:26:56 +0000
committermjl <mjl@pkgsrc.org>2003-05-24 09:26:56 +0000
commit13af48bfeee6171f990b241fba0f797c7866fa18 (patch)
treec8d1a294a81a00c49eb9588f96c2f0dc8ded16ed /textproc/p5-XML-Simple/distinfo
parent6163ff4287682c12be5376621669fa29f118462c (diff)
downloadpkgsrc-13af48bfeee6171f990b241fba0f797c7866fa18.tar.gz
Update p5-XML-Simple to 2.07
- added test to catch old versions of Storable which lack locking support - removed new-style loop which broke on 5.005_03 - suppress more uninitialised variable warnings - fixed strict mode requiring ForceArray on output - fixed warnings about uninitialised values - fixed warnings when NormaliseSpace undefined - added support for specifying ForceArray using regular expressions - added check to escape_value to guard against undefined argument - added NoIndent option - integrated a patch + new facility for removing extra levels of indirection (using the new 'GroupTags' option) + new facility for rolling the dreaded 'content' hash up into a scalar if there are no keys left after array folding (using the '-' prefix mode on the ContentKey option) + new facility for doing variable substitution in the XML; variables can be defined in Perl (using the new 'Variables' option) or in the XML document (using the new 'VarAttr' option) - added 'NormaliseSpace' option for tidying up hash keys and other text content if required - option names are now case-insensitive and can include underscores - XMLin() and XMLout() are now aliased to xml_in() and xml_out() when called as methods or imported explicitly - option names passed to XML::Simple->new() are now validated
Diffstat (limited to 'textproc/p5-XML-Simple/distinfo')
-rw-r--r--textproc/p5-XML-Simple/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo
index 66816418d1d..b591ea6718c 100644
--- a/textproc/p5-XML-Simple/distinfo
+++ b/textproc/p5-XML-Simple/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/01/31 11:07:05 shell Exp $
+$NetBSD: distinfo,v 1.3 2003/05/24 09:26:56 mjl Exp $
-SHA1 (XML-Simple-2.03.tar.gz) = ee95d0461fc9940bc37bd55df37ef5045db21018
-Size (XML-Simple-2.03.tar.gz) = 51815 bytes
+SHA1 (XML-Simple-2.07.tar.gz) = 89960da1feca860294779338a1fb3fda7244c9c2
+Size (XML-Simple-2.07.tar.gz) = 59575 bytes