1Object::Pluggable::ConsUtsaenrtsC(o3n)tributed Perl DocuOmbejnetcatt:i:oPnluggable::Constants(3)
2
3
4
6 Object::Pluggable::Constants - Importable constants for
7 Object::Pluggable
8
10 use Object::Pluggable::Constants qw(:ALL);
11
13 Object::Pluggable::Constants defines a number of constants that are
14 required by the plugin system.
15
17 "PLUGIN_EAT_NONE"
18 Value: 1
19
20 This means the event will continue to be processed by remaining plugins
21 and finally, sent to interested sessions that registered for it.
22
23 "PLUGIN_EAT_CLIENT"
24 Value: 2
25
26 This means the event will continue to be processed by remaining plugins
27 but it will not be sent to any sessions that registered for it.
28
29 "PLUGIN_EAT_PLUGIN"
30 Value: 3
31
32 This means the event will not be processed by remaining plugins, it
33 will go straight to interested sessions.
34
35 "PLUGIN_EAT_ALL"
36 Value: 4
37
38 This means the event will be completely discarded, no plugin or session
39 will see it.
40
42 Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
43
45 Object::Pluggable
46
47
48
49perl v5.38.0 2023-07-21 Object::Pluggable::Constants(3)