POE::Component::Client::NNTP::Constants - importable constants for
POE::Component::Client::NNTP plugins.
use POE::Component::Client::NNTP::Constants qw(:ALL);
POE::Component::Client::NNTP::Constants defines a number of constants that are
required by the plugin system.
- "NNTP_EAT_NONE"
- Value: 1
- "NNTP_EAT_CLIENT"
- Value: 2
- "NNTP_EAT_PLUGIN"
- Value: 3
- "NNTP_EAT_ALL"
- Value: 4
POE::Component::Client::NNTP
POE::Component::Pluggable
Chris Williams <chris@bingosnet.co.uk>
This software is copyright (c) 2011 by Chris Williams and Dennis Taylor.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.