diff options
author | mjl <mjl@pkgsrc.org> | 2003-05-19 12:16:51 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-05-19 12:16:51 +0000 |
commit | 0069f88d53dd18ea5964a2f9819e88f4b82e932c (patch) | |
tree | d0e51b290db6cf740d1f6c6ff830f128b8831b1e /textproc/p5-XML-DOM | |
parent | dcd9cae90d09ed52eb6061b30f2df9992624ec3e (diff) | |
download | pkgsrc-0069f88d53dd18ea5964a2f9819e88f4b82e932c.tar.gz |
Update p5-XML-DOM to 1.42
- Fixed bug where XML::DOM doesn't encode some characters in
attribute values under Perl 5.8.0
- Added t/dom_encode.t test to check encoding on attribute values
- Fixed warning message and use in XML::DOM::PerlSAX
- included XML-Parser-2.31.patch, required for XML::Parser
to work with 5.8.0 unicode
- use utf8 in unicode test scripts, fixes 5.8.0 test failures
NOTE - you should use the utf8 pragma in your programs if you
are passing utf8 to XML::DOM.
- only use encodeText for Perl < 5.6.0
- replace match w/ substitution in AttDef::new, workaround for 5.8.0 unicode
- replace match w/ substitution in Default handler for non-paramter
entity reference, workaround for 5.8.0 unicode
- Fixed problem when defining user LWP object
- Autodetect whether to 'use bytes'
- Added dispose method to XML::DOM::Parser Synopsis
- Fixed warning message in Attr.getValue method
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index ce92fd9cde2..cd75106088c 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/10/27 20:49:00 seb Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/19 12:16:51 mjl Exp $ # -DISTNAME= XML-DOM-1.39 +DISTNAME= XML-DOM-1.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xdo CATEGORIES= devel perl5 diff --git a/textproc/p5-XML-DOM/distinfo b/textproc/p5-XML-DOM/distinfo index 635a5ca61da..340ca31cb24 100644 --- a/textproc/p5-XML-DOM/distinfo +++ b/textproc/p5-XML-DOM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/04/17 10:59:56 shell Exp $ +$NetBSD: distinfo,v 1.5 2003/05/19 12:16:51 mjl Exp $ -SHA1 (XML-DOM-1.39.tar.gz) = d6c4f014d82382cd4597f3498170f6e29aa8ac58 -Size (XML-DOM-1.39.tar.gz) = 114980 bytes +SHA1 (XML-DOM-1.42.tar.gz) = 093b3e02c5475c0d9b5cc7431a075101faa4283e +Size (XML-DOM-1.42.tar.gz) = 116617 bytes |