diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm b/Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm index 9727a247a51..6c7051bf0d7 100644 --- a/Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm +++ b/Master/tlpkg/tlperl/site/lib/LWP/Protocol/nntp.pm @@ -1,9 +1,11 @@ package LWP::Protocol::nntp; -$LWP::Protocol::nntp::VERSION = '6.25'; + # Implementation of the Network News Transfer Protocol (RFC 977) use base qw(LWP::Protocol); +our $VERSION = '6.31'; + require HTTP::Response; require HTTP::Status; require Net::NNTP; |