The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::REPL::Plugin::DataPrinter - Format REPL results with Data::Printer

VERSION

version 0.003

SYNOPSIS

In your re.pl config file (usually ~/.re.pl/repl.rc):

    load_plugin('DataPrinter');

That's about it. Your re.pl should now give you nicer outputs :)

SEE ALSO

* Data::Printer * Devel::REPL * Devel::REPL::Plugin::DDS

AUTHOR

Breno G. de Oliveira <garu@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Breno G. de Oliveira.

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