NAME
DataFlow::Node::Dumper - A debugging node that will dump data to STDERR
VERSION
version 0.91.05
SYNOPSIS
use DataFlow::Dumper;
my $nop = DataFlow::Node::Dumper->new;
my $result = $nop->process( 'abc' );
# $result == undef
DESCRIPTION
Dumper node. Every item passed to its input will be printed in the STDERR
file handle, using Data::Dumper.
NAME
DataFlow::Node::Dumper - Dumper node, will print every input item to STDERR with Data::Dumper
METHODS
The interface for DataFlow::Node::Dumper
is the same of DataFlow::Node
.
DEPENDENCIES
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-dataflow@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
Alexei Znamensky <russoz@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Alexei Znamensky.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.