NAME

POE::Component::Pluggable::Constants - importable constants for POE::Component::Pluggable

SYNOPSIS

use POE::Component::Pluggable::Constants qw(:ALL);

DESCRIPTION

POE::Component::Pluggable::Constants defines a number of constants that are required by the plugin system.

EXPORTS

PLUGIN_EAT_NONE

Value: 1

PLUGIN_EAT_CLIENT

Value: 2

PLUGIN_EAT_PLUGIN

Value: 3

PLUGIN_EAT_ALL

Value: 4

MAINTAINER

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

SEE ALSO

POE::Component::Pluggable