Changes for version 3.09
- Added weak references to stop a memory leak when we miss cleaning up the parent of a segment after dispatch -- this is largely thanks to Pierre's work on Data::Structure::Util
- started refactoring an awful lot of code in Pipeline to get rid of the mass of the logic that handles the processing of results
- Added a Pipeline::Dumper dispatch class
Modules
Generic pipeline interface
base class for all classes in Pipeline distribution
dispatcher for pipeline segments
tool for dumping a pipeline
exception thrown from abstract methods
exception thrown from asynchronous segments
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