Pipeline::Dumper - tool for dumping a pipeline


Pipeline documentation  | view source Contained in the Pipeline distribution.

Index


NAME

Top

Pipeline::Dumper - tool for dumping a pipeline

SYNOPSIS

Top

  my $pipeline = Pipeline->new();
  my $dumper   = Pipeline::Dumper->new();
  $pipeline->dispatcher( $dumper );
  $pipeline->dispatch();

DESCRIPTION

Top

Pipeline::Dumper is a subclassed dispatcher. It will simply dump the structure of a pipeline to STDOUT instead of actively executing the pipeline.

AUTHOR

Top

James A. Duncan <jduncan@fotango.com>

COPYRIGHT

Top


Pipeline documentation  | view source Contained in the Pipeline distribution.