Pipeline::Analyser - a small tool for viewing a pipeline


Pipeline documentation  | view source Contained in the Pipeline distribution.

Index


NAME

Top

Pipeline::Analyser - a small tool for viewing a pipeline

SYNOPSIS

Top

  use Pipeline::Analyser;
  my $analyser = Pipeline::Analyser->new();
  $analyser->analyse( $my_pipeline_object );

DESCRIPTION

Top

Pipeline::Analyser is a tool for viewing a pipeline and its segments.


Pipeline documentation  | view source Contained in the Pipeline distribution.