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

NAME

Plugtools::Plugins::Dump - A Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the plugin.

VERSION

Version 0.0.0

SYNOPSIS

This is a Plugtools plugin that calls Data::Dumper->Dumper on %opts and %args that are passed to the plugin.

Functions

plugin

The function that will be called by Plugtools.

    use Plugtools::Plugins::Dump;
    %returned=Plugtools::Plugins::Dump->plugin(\%opts, \%args);
    
    if($returned{error}){
        print "Error!\n";
    }

ERROR CODES

At this time this plugin does not return any error codes. As long as Data::Dumper is installed, it will work.

AUTHOR

Zane C. Bowers, <vvelox at vvelox.net>

BUGS

Please report any bugs or feature requests to bug-plugtools at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Plugtools. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Plugtools

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Zane C. Bowers, all rights reserved.

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