NewsLib is a library of Perl modules for managing Network News services. It's meant to be used for code-reuse and sharing when writing news-based applications. It includes Net::NNTP::Client (simulates a news client), Net::NNTP::Proxy (a proxying news server), and News::NNTPAuth (NNTP authentication).
| Tags | Communications Usenet News Software Development Libraries Application Frameworks |
|---|---|
| Licenses | Artistic |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Changes: This release standardizes some version numbers and adds some more documentation.


Changes: News::Cancel has been put back in as News::Article::Cancel; it just inherits News::Article now, though. Net::NNTP::Auth is now v1.0 (documentation changes only).


Changes: This release adds News::Article::Clean, a library for cleaning news article headers.


Changes: News::Article::Response was added. News::Article was upgraded to v1.27. Net::NNTP::Functions was added. Makefile.PL was updated for convenience. Minor changes were made to Net::NNTP::Proxy.


Changes: Compatibility with Perl 5.6.1, fixes for problems with EOL strings, and inclusion ofNews::Article, Net::NNTP::Auth, and News::Cancel.