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

Changes for version 3.07

  • added dispatcher class to the pipeline
  • added Pipeline::Segment::Async class for asyncronous pipeline segments.
  • fixed a bug introduced in 3.06 that broke tests relying on Pipeline::Segment::Tester.
  • Transaction store is flagged at the beginning of a segment dispatch, and the flag is removed at the end of a dispatch.
  • Fixed a bug that meant the pipeline could not be dispatched twice.

Modules

Generic pipeline interface
base class for all classes in Pipeline distribution
dispatcher for pipeline segments
exception thrown from abstract methods
exception thrown during object construction failure
wrapper for production objects
basic class for a segment
asynchronous pipeline segments
fork model for asynchronous pipeline segments
interface for asynchronous segment models
ithread model for asynchronous pipeline segments
a test wrapper for a Pipeline::Segment
defines the interface for Pipeline store classes
inheritance-based store for pipelines
simple store for pipelines