Data::Dumper::Perltidy

DESCRIPTION

Data::Dumper::Perltidy encapsulates both Data::Dumper and Perl::Tidy
to provide a function that stringifies a Perl data structure in a
pretty printed format. See the documentation for Data::Dumper and
Perl::Tidy for further information.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Data::Dumper::Perltidy

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Dumper-Perltidy

    CPAN Ratings
        http://cpanratings.perl.org/d/Data-Dumper-Perltidy

    Search CPAN
        http://search.cpan.org/dist/Data-Dumper-Perltidy/


COPYRIGHT AND LICENCE

Copyright (C) 2009 John McNamara

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

