Subject: CVS commit: pkgsrc/textproc/p5-XML-Simple
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2003 13:07:06
Module Name:	pkgsrc
Committed By:	shell
Date:		Fri Jan 31 11:07:05 UTC 2003

Modified Files:
	pkgsrc/textproc/p5-XML-Simple: DESCR Makefile distinfo

Log Message:
Updated to p5-XML-Simple-2.03

Changes :
- fixed circular reference check which was incorrectly catching
  'parallel' references (patch from Theo Lengyel)
- changed Storable calls to use locking (reported by Randal
  Schwarz)
- fixed bug whereby :strict mode required forcearray on
  XMLout() (reported by Ville Skytta)
- first production release with SAX support
- added support for 'strict mode' using :strict import tag
- removed locking code (as it was incompatible with iThreads)
- integrated patch for test failures from Sean Campbell
- fixed stringification of references during folding (reported
  by Trond Michelsen)
- fixed incompatability with Tie::IxHash (reported by
  Venkataramana Mokkapati)
- PODs updated

* for changes before v2.00, see ChangeLog


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-XML-Simple/DESCR \
    pkgsrc/textproc/p5-XML-Simple/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/p5-XML-Simple/Makefile

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