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

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