The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Copyright (c) 1998 Jonathan Eisenzopf. All rights reserved.
This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

NAME
XML::Dumper Version 0.4

DESCRIPTION
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.

This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even other languages.

Feel free to contact me at eisen@pobox.com if you have 
problems and/or suggestions.

REQUIREMENTS
This module requires version 2.16 or greater of the XML::Parser module.
The latest version is available at any CPAN archive.

INSTALLATION
perl Makefile.PL
make
make install

CREDITS
Chris Thorman <ct@ignitiondesign.com>
L.M.Orchard <deus_x@pobox.com>
DeWitt Clinton <dewitt@eziba.com>