The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2001-12-11  Gisle Aas <gisle@ActiveState.com>

   Release 1.02

   Added namespace support based on a patch by Jonathan Stowe.

   Added an XML Schema document that describes the dump format.

   Escape ']]>' when it occurs strings.



2000-09-19  Gisle Aas <gisle@ActiveState.com>

   Release 1.01

   Added Blesser argument to Data::DumpXML::Parser.  This can
   be used to guard which objects are restored.  Patch by
   Jonathan Stowe <gellyfish@gellyfish.com>.



2000-09-11  Gisle Aas <gisle@ActiveState.com>

   Release 1.00

   Compensate for the way references to references are stringified
   in perl-5.7.0.



2000-01-13  Gisle Aas <gisle@aas.no>

   Release 0.02

   Fix &quot; typo; spotted by Matt Sergeant <msergeant@hotmail.com>

   Don't encode ">", just because we can.

   Deal with binary hash keys.

   The parser will now use av_push instead of av_store and a index to
   build arrays.



2000-01-10  Gisle Aas <gisle@aas.no>

   Release 0.01

   Based on Data-Dump-0.03