The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XML::Dumper.

0.59  Thu Nov 28 22:43:51 PST 2002
	- Responded to bug report by Peter S. May. XML::Dumper now correctly
	  interprets undef() values as being undefined as opposed to being a zero-
	  length string. 
	- Added capability to distinguish the difference between a reference to
	  a zero-length string and a reference to an undefined value. While the
	  use model escapes me at the moment, it was the consistent and right
	  thing to do.
	- Moved credits and changes from perldoc to Changes file.

0.58  Thu Nov 28 13:22:18 PST 2002
	- Added optional feature to read and write zlib-compressed XML. Added
	  optional dependency to Compress::Zlib.

0.57
	- Responded to bug report by Niels Vegter. Code now better handles literal
	  scalar references. 
	- Changed the rest of the test suite to scale better, using some more of 
	  the features of Test::Harness

0.56
	- Added file reading and writing features

0.55
	- Removed documentation of non-implemented code, fixed MANIFEST errors.
	  Fixed false dependency on Data::Dumper

0.54
	- Added ability to handle soft referenced callbacks

0.53
	- Added ability to handle circular references

0.5
	- XML::Dumper changes ownership from Jon Eizenzopf to Mike Wong
	- Added ability to dump and undump Perl objects

0.4   Sun Jun 20 02:29:12 EDT 1999
	- Added code to balance the XML output in nested hashes. Thanks
	  to L.M. Orchard and DeWitt Clinton for reporting the bug.

0.3   Mon Jan 11 03:23:08 EST 1999
        - updated example scripts

0.2   Sat Jan  9 03:47:05 EST 1999
	- Updated routine to encode characters in x80-xFF range to Unicode.
          Also added encoding for complete set of pre-declared entities.

0.1   Sat Jan  9 03:43:19 EST 1999
	- Added undumper routines from Chris Thorman <ct@ignitiondesign.com>

0.02  Thu Oct 15 02:19:04 1998
	- original version; created by h2xs 1.18

CREDITS

Chris Thorman E<lt>ct@ignitiondesign.comE<gt>

L.M.Orchard E<lt>deus_x@pobox.comE<gt>

DeWitt Clinton E<lt>dewitt@eziba.comE<gt>