News::NNTPAuth - a standard NNTP authentication method (deprecated)


newslib documentation Contained in the newslib distribution.

Index


Code Index:

NAME

Top

News::NNTPAuth - a standard NNTP authentication method (deprecated)

SYNOPSIS

Top

Use Net::NNTP::Auth instead.


newslib documentation Contained in the newslib distribution.

$VERSION = "1.0";
package News::NNTPAuth;
use Net::NNTP::Auth;
our $VERSION = "1.0";
our @ISA = qw( Net::NNTP::Auth );

1;