debian man page for object::pluggable::constants

Query: object::pluggable::constants

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Object::Pluggable::Constants(3pm)			User Contributed Perl Documentation			 Object::Pluggable::Constants(3pm)

NAME
Object::Pluggable::Constants - Importable constants for Object::Pluggable
SYNOPSIS
use Object::Pluggable::Constants qw(:ALL);
DESCRIPTION
Object::Pluggable::Constants defines a number of constants that are required by the plugin system.
EXPORTS
"PLUGIN_EAT_NONE" Value: 1 This means the event will continue to be processed by remaining plugins and finally, sent to interested sessions that registered for it. "PLUGIN_EAT_CLIENT" Value: 2 This means the event will continue to be processed by remaining plugins but it will not be sent to any sessions that registered for it. "PLUGIN_EAT_PLUGIN" Value: 3 This means the event will not be processed by remaining plugins, it will go straight to interested sessions. "PLUGIN_EAT_ALL" Value: 4 This means the event will be completely discarded, no plugin or session will see it.
MAINTAINER
Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
SEE ALSO
Object::Pluggable perl v5.10.1 2010-10-09 Object::Pluggable::Constants(3pm)
Related Man Pages
geo::googleearth::pluggable::contrib::linestring(3pm) - debian
geo::googleearth::pluggable::networklink(3pm) - debian
geo::googleearth::pluggable::plugin::default(3pm) - debian
geo::googleearth::pluggable::style(3pm) - debian
object::pluggable(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?