summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-11-14 14:06:28 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-11-14 14:06:28 +0000
commit8f2f8ba04ea23881d72a9cbfd11eb9d2c04eab24 (patch)
tree2de3edb0e3ac24d984c8ba66f0bf9c670ce237be
parentea5f21e3a29198cb9936ff7a47fa5df9afebf6ba (diff)
downloadperl-8f2f8ba04ea23881d72a9cbfd11eb9d2c04eab24.tar.gz
Upgrade libnet from version 3.10 to 3.11
This includes https://github.com/steve-m-hay/perl-libnet/pull/32
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/libnet/Makefile.PL2
-rw-r--r--cpan/libnet/lib/Net/Cmd.pm20
-rw-r--r--cpan/libnet/lib/Net/Config.pm20
-rw-r--r--cpan/libnet/lib/Net/Domain.pm21
-rw-r--r--cpan/libnet/lib/Net/FTP.pm22
-rw-r--r--cpan/libnet/lib/Net/FTP/A.pm2
-rw-r--r--cpan/libnet/lib/Net/FTP/E.pm2
-rw-r--r--cpan/libnet/lib/Net/FTP/I.pm2
-rw-r--r--cpan/libnet/lib/Net/FTP/L.pm2
-rw-r--r--cpan/libnet/lib/Net/FTP/dataconn.pm2
-rw-r--r--cpan/libnet/lib/Net/NNTP.pm20
-rw-r--r--cpan/libnet/lib/Net/Netrc.pm20
-rw-r--r--cpan/libnet/lib/Net/POP3.pm20
-rw-r--r--cpan/libnet/lib/Net/SMTP.pm20
-rw-r--r--cpan/libnet/lib/Net/Time.pm20
-rw-r--r--cpan/libnet/lib/Net/libnetFAQ.pod9
17 files changed, 103 insertions, 103 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index ac453800d1..1608ebc9be 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -659,7 +659,7 @@ use File::Glob qw(:case);
},
'libnet' => {
- 'DISTRIBUTION' => 'SHAY/libnet-3.10.tar.gz',
+ 'DISTRIBUTION' => 'SHAY/libnet-3.11.tar.gz',
'FILES' => q[cpan/libnet],
'EXCLUDED' => [
qw( Configure
diff --git a/cpan/libnet/Makefile.PL b/cpan/libnet/Makefile.PL
index 3eb29858b7..73be0a1654 100644
--- a/cpan/libnet/Makefile.PL
+++ b/cpan/libnet/Makefile.PL
@@ -66,7 +66,7 @@ MAIN: {
ABSTRACT => 'Collection of network protocol modules',
AUTHOR => 'Graham Barr <gbarr@pobox.com>, Steve Hay <shay@cpan.org>',
LICENSE => 'perl_5',
- VERSION => '3.10',
+ VERSION => '3.11',
META_MERGE => {
'meta-spec' => {
diff --git a/cpan/libnet/lib/Net/Cmd.pm b/cpan/libnet/lib/Net/Cmd.pm
index 38054c4124..b695f64dd0 100644
--- a/cpan/libnet/lib/Net/Cmd.pm
+++ b/cpan/libnet/lib/Net/Cmd.pm
@@ -1,9 +1,7 @@
# Net::Cmd.pm
#
-# Versions up to 2.29_1 Copyright (c) 1995-2006 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.29_2 onwards Copyright (C) 2013-2015 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-2006 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2016 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -28,7 +26,7 @@ BEGIN {
}
}
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our @ISA = qw(Exporter);
our @EXPORT = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
@@ -855,16 +853,18 @@ of C<response> and C<status>. The sixth is C<CMD_PENDING>.
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.29_1 Copyright (c) 1995-2006 Graham Barr. All rights reserved.
-Changes in Version 2.29_2 onwards Copyright (C) 2013-2014 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-2006 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2016 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/Config.pm b/cpan/libnet/lib/Net/Config.pm
index a5935382bc..4f822a40a4 100644
--- a/cpan/libnet/lib/Net/Config.pm
+++ b/cpan/libnet/lib/Net/Config.pm
@@ -1,9 +1,7 @@
# Net::Config.pm
#
-# Versions up to 1.11 Copyright (c) 2000 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 1.11_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-# rights reserved.
+# Copyright (C) 2000 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2014, 2016 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -20,7 +18,7 @@ use Socket qw(inet_aton inet_ntoa);
our @EXPORT = qw(%NetConfig);
our @ISA = qw(Net::LocalCfg Exporter);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our($CONFIGURE, $LIBNET_CFG);
@@ -327,16 +325,18 @@ If true then C<Configure> will check each hostname given that it exists
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 1.11 Copyright (c) 1998-2011 Graham Barr. All rights reserved.
-Changes in Version 1.11_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-rights reserved.
+Copyright (C) 1998-2011 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2014, 2016 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/Domain.pm b/cpan/libnet/lib/Net/Domain.pm
index 796bbaf81f..556cc15980 100644
--- a/cpan/libnet/lib/Net/Domain.pm
+++ b/cpan/libnet/lib/Net/Domain.pm
@@ -1,9 +1,7 @@
# Net::Domain.pm
#
-# Versions up to 2.21 Copyright (c) 1995-1998 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.22 onwards Copyright (C) 2013-2014 Steve Hay. All rights
-# reserved.
+# Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2014 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -21,7 +19,7 @@ use Net::Config;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(hostname hostdomain hostfqdn domainname);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
my ($host, $domain, $fqdn) = (undef, undef, undef);
@@ -346,16 +344,19 @@ Returns the remainder of the FQDN after the I<hostname> has been removed.
=head1 AUTHOR
Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
-Adapted from Sys::Hostname by David Sundstrom E<lt>F<sunds@asictest.sc.ti.com>E<gt>
+
+Adapted from Sys::Hostname by David Sundstrom E<lt>F<sunds@asictest.sc.ti.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.21 Copyright (c) 1995-1998 Graham Barr. All rights reserved.
-Changes in Version 2.22 onwards Copyright (C) 2013-2014 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2014 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/FTP.pm b/cpan/libnet/lib/Net/FTP.pm
index 905d83019c..14153be0d0 100644
--- a/cpan/libnet/lib/Net/FTP.pm
+++ b/cpan/libnet/lib/Net/FTP.pm
@@ -1,9 +1,7 @@
# Net::FTP.pm
#
-# Versions up to 2.77_2 Copyright (c) 1995-2004 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.77_3 onwards Copyright (C) 2013-2015 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2017 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -25,7 +23,7 @@ use Net::Config;
use Socket;
use Time::Local;
-our $VERSION = '3.10';
+our $VERSION = '3.11';
our $IOCLASS;
my $family_key;
@@ -670,7 +668,7 @@ sub rmdir {
# Try to delete the contents
# Get a list of all the files in the directory, excluding the current and parent directories
- my @filelist = map { /^(?:\S+;)+ (.+)$/ ? ($1) : () } grep { !/^(?:\S+;)*type=[cp]dir;/ } $ftp->_list_cmd("MLSD", $dir);
+ my @filelist = map { /^(?:\S+;)+ (.+)$/ ? ($1) : () } grep { !/^(?:\S+;)*type=[cp]dir;/i } $ftp->_list_cmd("MLSD", $dir);
# Fallback to using the less well-defined NLST command if MLSD fails
@filelist = grep { !/^\.{1,2}$/ } $ftp->ls($dir)
@@ -1998,10 +1996,10 @@ run of your program which does yield the problem.
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 SEE ALSO
@@ -2038,9 +2036,11 @@ Roderick Schertler <roderick@gate.net> - for various inputs
=head1 COPYRIGHT
-Versions up to 2.77_2 Copyright (c) 1995-2004 Graham Barr. All rights reserved.
-Changes in Version 2.77_3 onwards Copyright (C) 2013-2015 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2017 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/FTP/A.pm b/cpan/libnet/lib/Net/FTP/A.pm
index c889687b15..0ea1ba2fbd 100644
--- a/cpan/libnet/lib/Net/FTP/A.pm
+++ b/cpan/libnet/lib/Net/FTP/A.pm
@@ -13,7 +13,7 @@ use Carp;
use Net::FTP::dataconn;
our @ISA = qw(Net::FTP::dataconn);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our $buf;
diff --git a/cpan/libnet/lib/Net/FTP/E.pm b/cpan/libnet/lib/Net/FTP/E.pm
index 8ebec64345..30b371a58b 100644
--- a/cpan/libnet/lib/Net/FTP/E.pm
+++ b/cpan/libnet/lib/Net/FTP/E.pm
@@ -8,6 +8,6 @@ use warnings;
use Net::FTP::I;
our @ISA = qw(Net::FTP::I);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
1;
diff --git a/cpan/libnet/lib/Net/FTP/I.pm b/cpan/libnet/lib/Net/FTP/I.pm
index b55002f8d6..ec46ab0fda 100644
--- a/cpan/libnet/lib/Net/FTP/I.pm
+++ b/cpan/libnet/lib/Net/FTP/I.pm
@@ -13,7 +13,7 @@ use Carp;
use Net::FTP::dataconn;
our @ISA = qw(Net::FTP::dataconn);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our $buf;
diff --git a/cpan/libnet/lib/Net/FTP/L.pm b/cpan/libnet/lib/Net/FTP/L.pm
index e4ab31efd7..d9a88576d9 100644
--- a/cpan/libnet/lib/Net/FTP/L.pm
+++ b/cpan/libnet/lib/Net/FTP/L.pm
@@ -8,6 +8,6 @@ use warnings;
use Net::FTP::I;
our @ISA = qw(Net::FTP::I);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
1;
diff --git a/cpan/libnet/lib/Net/FTP/dataconn.pm b/cpan/libnet/lib/Net/FTP/dataconn.pm
index 6f5d8b3108..337b0e999b 100644
--- a/cpan/libnet/lib/Net/FTP/dataconn.pm
+++ b/cpan/libnet/lib/Net/FTP/dataconn.pm
@@ -13,7 +13,7 @@ use Carp;
use Errno;
use Net::Cmd;
-our $VERSION = '3.10';
+our $VERSION = '3.11';
$Net::FTP::IOCLASS or die "please load Net::FTP before Net::FTP::dataconn";
our @ISA = $Net::FTP::IOCLASS;
diff --git a/cpan/libnet/lib/Net/NNTP.pm b/cpan/libnet/lib/Net/NNTP.pm
index 764d580563..0c22930148 100644
--- a/cpan/libnet/lib/Net/NNTP.pm
+++ b/cpan/libnet/lib/Net/NNTP.pm
@@ -1,9 +1,7 @@
# Net::NNTP.pm
#
-# Versions up to 2.24_1 Copyright (c) 1995-1997 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.25 onwards Copyright (C) 2013-2015 Steve Hay. All rights
-# reserved.
+# Copyright (C) 1995-1997 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2016 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -21,7 +19,7 @@ use Net::Cmd;
use Net::Config;
use Time::Local;
-our $VERSION = "3.10";
+our $VERSION = "3.11";
# Code for detecting if we can use SSL
my $ssl_class = eval {
@@ -1284,16 +1282,18 @@ L<IO::Socket::SSL>
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.24_1 Copyright (c) 1995-1997 Graham Barr. All rights reserved.
-Changes in Version 2.25 onwards Copyright (C) 2013-2015 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-1997 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2016 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/Netrc.pm b/cpan/libnet/lib/Net/Netrc.pm
index c075e1433c..46fba2787c 100644
--- a/cpan/libnet/lib/Net/Netrc.pm
+++ b/cpan/libnet/lib/Net/Netrc.pm
@@ -1,9 +1,7 @@
# Net::Netrc.pm
#
-# Versions up to 2.13 Copyright (c) 1995-1998 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.13_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2014 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -18,7 +16,7 @@ use warnings;
use Carp;
use FileHandle;
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our $TESTING;
@@ -324,10 +322,10 @@ Return a list of login, password and account information for the netrc entry
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 SEE ALSO
@@ -336,9 +334,11 @@ L<Net::Cmd>
=head1 COPYRIGHT
-Versions up to 2.13 Copyright (c) 1995-1998 Graham Barr. All rights reserved.
-Changes in Version 2.13_01 onwards Copyright (C) 2013-2014 Steve Hay. All
-rights reserved.
+Copyright (C) 1995-1998 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2014 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/POP3.pm b/cpan/libnet/lib/Net/POP3.pm
index bb18aafec3..0811025b0a 100644
--- a/cpan/libnet/lib/Net/POP3.pm
+++ b/cpan/libnet/lib/Net/POP3.pm
@@ -1,9 +1,7 @@
# Net::POP3.pm
#
-# Versions up to 2.29 Copyright (c) 1995-2004 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.29_01 onwards Copyright (C) 2013-2015 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2016 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -20,7 +18,7 @@ use IO::Socket;
use Net::Cmd;
use Net::Config;
-our $VERSION = "3.10";
+our $VERSION = "3.11";
# Code for detecting if we can use SSL
my $ssl_class = eval {
@@ -845,16 +843,18 @@ L<IO::Socket::SSL>
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.29 Copyright (c) 1995-2004 Graham Barr. All rights reserved.
-Changes in Version 2.29_01 onwards Copyright (C) 2013-2015 Steve Hay. All
-rights reserved.
+Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2016 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/SMTP.pm b/cpan/libnet/lib/Net/SMTP.pm
index 0dd966fdf6..5eaf4220b6 100644
--- a/cpan/libnet/lib/Net/SMTP.pm
+++ b/cpan/libnet/lib/Net/SMTP.pm
@@ -1,9 +1,7 @@
# Net::SMTP.pm
#
-# Versions up to 2.31_1 Copyright (c) 1995-2004 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.31_2 onwards Copyright (C) 2013-2015 Steve Hay. All
-# rights reserved.
+# Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+# Copyright (C) 2013-2016 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -21,7 +19,7 @@ use Net::Cmd;
use Net::Config;
use Socket;
-our $VERSION = "3.10";
+our $VERSION = "3.11";
# Code for detecting if we can use SSL
my $ssl_class = eval {
@@ -1028,16 +1026,18 @@ L<IO::Socket::SSL>
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.31_1 Copyright (c) 1995-2004 Graham Barr. All rights reserved.
-Changes in Version 2.31_2 onwards Copyright (C) 2013-2015 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+
+Copyright (C) 2013-2016 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/Time.pm b/cpan/libnet/lib/Net/Time.pm
index 9a7f3b244a..d049408538 100644
--- a/cpan/libnet/lib/Net/Time.pm
+++ b/cpan/libnet/lib/Net/Time.pm
@@ -1,9 +1,7 @@
# Net::Time.pm
#
-# Versions up to 2.10 Copyright (c) 1995-2004 Graham Barr <gbarr@pobox.com>.
-# All rights reserved.
-# Changes in Version 2.11 onwards Copyright (C) 2014 Steve Hay. All rights
-# reserved.
+# Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+# Copyright (C) 2014 Steve Hay. All rights reserved.
# This module is free software; you can redistribute it and/or modify it under
# the same terms as Perl itself, i.e. under the terms of either the GNU General
# Public License or the Artistic License, as specified in the F<LICENCE> file.
@@ -24,7 +22,7 @@ use Net::Config;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(inet_time inet_daytime);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
our $TIMEOUT = 120;
@@ -146,16 +144,18 @@ C<udp>. The result will be an ASCII string or I<undef> upon failure.
=head1 AUTHOR
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
+Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02
+1.22_02.
=head1 COPYRIGHT
-Versions up to 2.11 Copyright (c) 1995-2004 Graham Barr. All rights reserved.
-Changes in Version 2.11 onwards Copyright (C) 2014 Steve Hay. All rights
-reserved.
+Copyright (C) 1995-2004 Graham Barr. All rights reserved.
+
+Copyright (C) 2014 Steve Hay. All rights reserved.
+
+=head1 LICENCE
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself, i.e. under the terms of either the GNU General Public
diff --git a/cpan/libnet/lib/Net/libnetFAQ.pod b/cpan/libnet/lib/Net/libnetFAQ.pod
index d844f6e517..bcc53479ba 100644
--- a/cpan/libnet/lib/Net/libnetFAQ.pod
+++ b/cpan/libnet/lib/Net/libnetFAQ.pod
@@ -20,11 +20,12 @@ CPAN Request Tracker at
=head1 Author and Copyright Information
-Copyright (c) 1997-1998 Graham Barr. All rights reserved.
+Copyright (C) 1997-1998 Graham Barr. All rights reserved.
This document is free; you can redistribute it and/or modify it
under the terms of the Artistic License.
-Currently maintained by Steve Hay <shay@cpan.org>.
+Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
+1.22_02.
=head2 Disclaimer
@@ -297,6 +298,4 @@ being sent or response being received.
=head1 AUTHOR AND COPYRIGHT
-Copyright (c) 1997 Graham Barr.
-All rights reserved.
-
+Copyright (C) 1997-1998 Graham Barr. All rights reserved.