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

POE::Component::Supervisor::Interface - Minimal interface for supervisors

VERSION

version 0.09

SYNOPSIS

package My::Supervisor;
with qw(POE::Component::Supervisor::Interface);

DESCRIPTION

This role lets you implement your own supervisor, reusing POE::Component::Supervisor::Supervised and POE::Component::Supervisor::Handle implementations.

This is useful if you'd like to start/stop/monitor child components/processes without the monitoring/restarting logic in POE::Component::Supervisor itself.

REQUIRED METHODS