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

Changes for version 0.02 - 2017-02-28

  • ** INCOMPATIBLE CHANGES **
    • Method eject sends data to parent's drain instead of main drain
      • Old behavior becomes $instance->main->eject
    • Method inject sends data to parent's queue instead of main
      • Old behavior becomes $instance->main->inject
  • CHANGES
    • Added methods has_pending and flush
    • Coerce enabled attribute to boolean

Modules

Flexible, iterable pipeline engine with automatic batching
Configuration object for Piper
An initialized pipeline segment for the Piper system
Logging and debugging message handler for Piper
Simple path object for labeling locations in Piper pipelines
A data-processing unit for the Piper pipeline system
Simple FIFO queue used by Piper
Role for logging and debugging in the Piper system
Basic queue role used by the Piper system
Base role for pipeline segments