The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

EXPORTS

NNTPD_EAT_NONE

Value: 1

NNTPD_EAT_CLIENT

Value: 2

NNTPD_EAT_PLUGIN

Value: 3

NNTPD_EAT_ALL

Value: 4

MAINTAINER

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

SEE ALSO

POE::Component::Server::NNTP