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/POP3.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/POP3.pm')
-rw-r--r-- | lib/Net/POP3.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm index f23157ccca..89f0313912 100644 --- a/lib/Net/POP3.pm +++ b/lib/Net/POP3.pm @@ -13,7 +13,7 @@ use Net::Cmd; use Carp; use Net::Config; -$VERSION = "2.22"; # $Id: //depot/libnet/Net/POP3.pm#19 $ +$VERSION = "2.22"; # $Id: //depot/libnet/Net/POP3.pm#20 $ @ISA = qw(Net::Cmd IO::Socket::INET); @@ -520,6 +520,6 @@ it under the same terms as Perl itself. =for html <hr> -I<$Id: //depot/libnet/Net/POP3.pm#19 $> +I<$Id: //depot/libnet/Net/POP3.pm#20 $> =cut |