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

NAME

Template::Plugin::Dumper::Perltidy - Template Toolkit plugin interface to Data::Dumper::Perltidy

SYNOPSIS

    [% USE Dumper = Dumper::Perltidy %]
    
    [% Dumper.dump(myvar) %]

DESCRIPTION

A very simple Template Toolkit Plugin Interface to the Data::Dumper::Perltidy module.

The Data::Dumper::Perltidy module is "Stringify and pretty print Perl data structures." like Data::Dumper.

SEE ALSO

Template, Data::Dumper::Perltidy, Template::Plugin::Dumper

AUTHOR

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright 2009 Fayland Lam, all rights reserved.

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