-
-
20 Feb 2017 13:38:36 UTC
- Distribution: POE-Component-Pluggable
- Module version: 1.28
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1305 / 0 / 0)
- Kwalitee
Bus factor: 1- 43.64% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (22.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
POE::Component::Pluggable::Constants - importable constants for POE::Component::Pluggable
VERSION
version 1.28
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
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.
SEE ALSO
AUTHORS
Chris Williams <chris@bingosnet.co.uk>
Apocalypse <perl@0ne.us>
Hinrik Örn Sigurðsson
Jeff Pinyan
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Chris Williams.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install POE::Component::Pluggable, copy and paste the appropriate command in to your terminal.
cpanm POE::Component::Pluggable
perl -MCPAN -e shell install POE::Component::Pluggable
For more information on module installation, please visit the detailed CPAN module installation guide.