Chris Williams > POE-Component-Client-NNTP-2.12 > POE::Component::Client::NNTP::Constants

Download:
POE-Component-Client-NNTP-2.12.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 2.12   Source  

NAME ^

POE::Component::Client::NNTP::Constants - importable constants for POE::Component::Client::NNTP plugins.

SYNOPSIS ^

  use POE::Component::Client::NNTP::Constants qw(:ALL);

DESCRIPTION ^

POE::Component::Client::NNTP::Constants defines a number of constants that are required by the plugin system.

EXPORTS ^

NNTP_EAT_NONE

Value: 1

NNTP_EAT_CLIENT

Value: 2

NNTP_EAT_PLUGIN

Value: 3

NNTP_EAT_ALL

Value: 4

MAINTAINER ^

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

LICENSE ^

Copyright © Chris Williams.

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.

SEE ALSO ^

POE::Component::Client::NNTP

POE::Component::Pluggable