NAME
Pipeline::Dumper - tool for dumping a pipeline
SYNOPSIS
my
$pipeline
= Pipeline->new();
my
$dumper
= Pipeline::Dumper->new();
$pipeline
->dispatcher(
$dumper
);
$pipeline
->dispatch();
DESCRIPTION
Pipeline::Dumper
is a subclassed dispatcher. It will simply dump the structure of a pipeline to STDOUT instead of actively executing the pipeline.
AUTHOR
James A. Duncan <jduncan@fotango.com>
COPYRIGHT
Copyright 2003 Fotango Ltd. All Rights Reserved.
This module is released under the same terms as Perl itself.