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.56

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.

For more information, read the perldoc for this module.

I (Mike Wong) am the current maintainer; I welcome bug reports,
comments and suggestions to make this a better module for helping
you to do what you need. Contact me via e-mail at 
<mike_w3@pacbell.net>. 

Better yet, if you're in Sonoma County of California, USA, join the 
Sonoma Perl Mongers and we can talk there. For more information on
Sonoma Perl Mongers, see

  http://sonoma.pm.org

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

CURRENT MAINTAINER

Mike Wong <mike_w3@pacbell.net>

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