Subject: CVS commit: pkgsrc/textproc/p5-XML-DOM
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 05/19/2003 12:16:52
Module Name:	pkgsrc
Committed By:	mjl
Date:		Mon May 19 12:16:51 UTC 2003

Modified Files:
	pkgsrc/textproc/p5-XML-DOM: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/p5-XML-DOM/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/p5-XML-DOM/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.