about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
-rw-r--r--MANIFEST108
-rw-r--r--README11
-rw-r--r--lib/Net/Cmd.pm18
-rw-r--r--lib/Net/Config.pm18
-rw-r--r--lib/Net/Domain.pm19
-rw-r--r--lib/Net/FTP.pm18
-rw-r--r--lib/Net/NNTP.pm18
-rw-r--r--lib/Net/Netrc.pm18
-rw-r--r--lib/Net/POP3.pm18
-rw-r--r--lib/Net/SMTP.pm18
-rw-r--r--lib/Net/Time.pm18
-rw-r--r--lib/Net/libnetFAQ.pod9
13 files changed, 151 insertions, 146 deletions
diff --git a/INSTALL b/INSTALL
index 8608d8c..a7a6232 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,8 +35,8 @@ INSTALLATION
 
     before running Makefile.PL.
 
-    On Windows, you will need to use "nmake" or "dmake" rather than "make" in
-    the commands above, depending on what your perl was built with.  To
-    determine which make program was used to build your perl type the following:
+    Use the appropriate program name instead of "make" in the above commands if
+    your perl was built with a different make program.  To determine which make
+    program was used to build your perl type the following:
 
         perl -V:make
diff --git a/MANIFEST b/MANIFEST
index c40c1c1..56b9d79 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,54 +1,54 @@
-Artistic
-Changes
-Configure
-Copying
-INSTALL
-LICENCE
-MANIFEST
-MANIFEST.SKIP
-Makefile.PL
-README
-demos/ftp
-demos/nntp
-demos/nntp.mirror
-demos/pop3
-demos/smtp.self
-demos/time
-lib/Net/Cmd.pm
-lib/Net/Config.pm
-lib/Net/Domain.pm                        DNS Domain name lookup
-lib/Net/FTP.pm                           File Transfer Protocol Client
-lib/Net/FTP/A.pm
-lib/Net/FTP/E.pm
-lib/Net/FTP/I.pm
-lib/Net/FTP/L.pm
-lib/Net/FTP/dataconn.pm
-lib/Net/NNTP.pm                          Network News Transfer Protocol
-lib/Net/Netrc.pm                         .netrc lookup routines
-lib/Net/POP3.pm                          Post Office Protocol
-lib/Net/SMTP.pm                          Simple Mail Transfer Protocol Client
-lib/Net/Time.pm                          time & nettime protocols
-lib/Net/libnetFAQ.pod
-t/changes.t
-t/config.t
-t/critic.t
-t/datasend.t
-t/external/ftp-ssl.t
-t/external/pop3-ssl.t
-t/external/smtp-ssl.t
-t/ftp.t
-t/hostname.t
-t/libnet_t.pl
-t/netrc.t
-t/nntp.t
-t/nntp_ipv6.t
-t/nntp_ssl.t
-t/pod.t
-t/pod_coverage.t
-t/require.t
-t/smtp.t
-t/smtp_ipv6.t
-t/smtp_ssl.t
-t/pop3_ipv6.t
-t/pop3_ssl.t
-t/time.t
+Artistic                                 The "Artistic License"
+Changes                                  Differences from previous version
+Configure                                Configuration script
+Copying                                  The GNU General Public License
+demos/ftp                                Demo script for Net::FTP
+demos/nntp                               Demo script for Net::NNTP
+demos/nntp.mirror                        Demo script for Net::NNTP
+demos/pop3                               Demo script for Net::POP3
+demos/smtp.self                          Demo script for Net::SMTP
+demos/time                               Demo script for Net::Time
+INSTALL                                  Detailed installation instructions
+lib/Net/Cmd.pm                           Net::Cmd Perl module
+lib/Net/Config.pm                        Net::Config Perl module
+lib/Net/Domain.pm                        Net::Domain Perl module
+lib/Net/FTP.pm                           Net::FTP Perl module
+lib/Net/FTP/A.pm                         Net::FTP::A Perl module
+lib/Net/FTP/dataconn.pm                  Net::FTP::dataconn Perl module
+lib/Net/FTP/E.pm                         Net::FTP::E Perl module
+lib/Net/FTP/I.pm                         Net::FTP::I Perl module
+lib/Net/FTP/L.pm                         Net::FTP::L Perl module
+lib/Net/libnetFAQ.pod                    Frequently Asked Questions
+lib/Net/Netrc.pm                         Net::Netrc Perl module
+lib/Net/NNTP.pm                          Net::NNTP Perl module
+lib/Net/POP3.pm                          Net::POP3 Perl module
+lib/Net/SMTP.pm                          Net::SMTP Perl module
+lib/Net/Time.pm                          Net::Time Perl module
+LICENCE                                  The Licence
+Makefile.PL                              Makefile writer
+MANIFEST                                 This list of files
+MANIFEST.SKIP                            Manifest skip specs
+README                                   The Instructions
+t/changes.t                              See if Changes file format is OK
+t/config.t                               Test script
+t/critic.t                               See if coding style is OK
+t/datasend.t                             Test script
+t/external/ftp-ssl.t                     Test script
+t/external/pop3-ssl.t                    Test script
+t/external/smtp-ssl.t                    Test script
+t/ftp.t                                  Test script
+t/hostname.t                             Test script
+t/libnet_t.pl                            Test script
+t/netrc.t                                Test script
+t/nntp.t                                 Test script
+t/nntp_ipv6.t                            Test script
+t/nntp_ssl.t                             Test script
+t/pod.t                                  See if POD is OK
+t/pod_coverage.t                         See if POD coverage is OK
+t/pop3_ipv6.t                            Test script
+t/pop3_ssl.t                             Test script
+t/require.t                              Test script
+t/smtp.t                                 Test script
+t/smtp_ipv6.t                            Test script
+t/smtp_ssl.t                             Test script
+t/time.t                                 Test script
diff --git a/README b/README
index be7e967..4f833b9 100644
--- a/README
+++ b/README
@@ -61,11 +61,16 @@ Most of the modules in this library have an option to output a debug
 transcript to STDERR. When reporting bugs/problems please, if possible,
 include a transcript of a run.
 
+INSTALLATION
+
+See the INSTALL file.
+
 COPYRIGHT
 
-  Versions up to 1.22_01 (C) 1996-2007 Graham Barr. All rights reserved.
-  Changes in Version 1.22_02 onwards Copyright (C) 2013-2016 Steve Hay.
-  All rights reserved.
+Copyright (C) 1996-2007 Graham Barr.  All rights reserved.
+Copyright (C) 2013-2016 Steve Hay.  All rights reserved.
+
+LICENCE
 
 This distribution 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
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index b3b48cd..b695f64 100644
--- a/lib/Net/Cmd.pm
+++ b/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-2016 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.
@@ -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-2016 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/lib/Net/Config.pm b/lib/Net/Config.pm
index 97029c4..4f822a4 100644
--- a/lib/Net/Config.pm
+++ b/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, 2016 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.
@@ -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, 2016 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/lib/Net/Domain.pm b/lib/Net/Domain.pm
index ce2fd1b..556cc15 100644
--- a/lib/Net/Domain.pm
+++ b/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.
@@ -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/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 50a071d..2d89684 100644
--- a/lib/Net/FTP.pm
+++ b/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-2016 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.
@@ -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-2016 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/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 6070957..0c22930 100644
--- a/lib/Net/NNTP.pm
+++ b/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-2016 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.
@@ -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-2016 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/lib/Net/Netrc.pm b/lib/Net/Netrc.pm
index 1e7961c..46fba27 100644
--- a/lib/Net/Netrc.pm
+++ b/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.
@@ -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/lib/Net/POP3.pm b/lib/Net/POP3.pm
index 170cde0..0811025 100644
--- a/lib/Net/POP3.pm
+++ b/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-2016 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.
@@ -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-2016 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/lib/Net/SMTP.pm b/lib/Net/SMTP.pm
index 342d31d..5eaf422 100644
--- a/lib/Net/SMTP.pm
+++ b/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-2016 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.
@@ -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-2016 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/lib/Net/Time.pm b/lib/Net/Time.pm
index f792be4..d049408 100644
--- a/lib/Net/Time.pm
+++ b/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.
@@ -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/lib/Net/libnetFAQ.pod b/lib/Net/libnetFAQ.pod
index d844f6e..bcc5347 100644
--- a/lib/Net/libnetFAQ.pod
+++ b/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.