diff options
author | Graham Barr <gbarr@pobox.com> | 2001-11-21 18:30:10 +0000 |
---|---|---|
committer | Graham Barr <gbarr@pobox.com> | 2001-11-21 18:30:10 +0000 |
commit | c85707204c5d2a93ef021c88e43a92ba2d602304 (patch) | |
tree | fd54fe99acf0f241fb5dc38295da6edf0748e00a /lib/Net/NNTP.pm | |
parent | c6a5b0b7fcd5df8c39aef4485d955e2f2e47f6bc (diff) | |
download | perl-c85707204c5d2a93ef021c88e43a92ba2d602304.tar.gz |
Sync file with libnet-1.0901-tobe
p4raw-id: //depot/perl@13178
Diffstat (limited to 'lib/Net/NNTP.pm')
-rw-r--r-- | lib/Net/NNTP.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm index 53df6e01ea..0078cf4830 100644 --- a/lib/Net/NNTP.pm +++ b/lib/Net/NNTP.pm @@ -14,7 +14,7 @@ use Carp; use Time::Local; use Net::Config; -$VERSION = "2.20"; # $Id: //depot/libnet/Net/NNTP.pm#13 $ +$VERSION = "2.20"; # $Id: //depot/libnet/Net/NNTP.pm#14 $ @ISA = qw(Net::Cmd IO::Socket::INET); sub new @@ -1064,6 +1064,6 @@ it under the same terms as Perl itself. =for html <hr> -I<$Id: //depot/libnet/Net/NNTP.pm#13 $> +I<$Id: //depot/libnet/Net/NNTP.pm#14 $> =cut |