Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
MooX::Role::Pluggable::Constants - MooX::Role::Pluggable EAT values
SYNOPSIS
## Import EAT_NONE, EAT_CLIENT, EAT_PLUGIN, EAT_ALL :
use MooX::Role::Pluggable::Constants;
DESCRIPTION
Exports constants used by "_pluggable_process" in MooX::Role::Pluggable:
EAT_NONE => 1
EAT_CLIENT => 2
EAT_PLUGIN => 3
EAT_ALL => 4
These are used by plugins to control the lifetime of a plugin-processed event. See "_pluggable_process" in MooX::Role::Pluggable for details.
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>, borrowing from Object::Pluggable::Constants