| newslib documentation | Contained in the newslib distribution. |
News::NNTPAuth - a standard NNTP authentication method (deprecated)
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;