There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Pipeworks::Pipeline - Pipeline base class with top-level functionality

SYNOPSIS

my $pipeline = Pipeworks::Pipeline->new;
$pipeline->register( sub { ... } );
$pipeline->process( { ... } );