about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-12-15 08:41:45 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-12-15 08:41:45 +0000
commit99dd2b844dcd5cb38c67f4d7f47a1fa9c6a4f32b (patch)
tree457c775661d12465cfcf0871492636454ae9da43
parent7b17e37c877e5d78a92f5fb8d67ff4f3aae1cc7c (diff)
downloadperl-libnet-99dd2b844dcd5cb38c67f4d7f47a1fa9c6a4f32b.tar.gz
Use L<> rather than F<> for email addresses
-rw-r--r--lib/Net/Cmd.pm6
-rw-r--r--lib/Net/Config.pm6
-rw-r--r--lib/Net/Domain.pm9
-rw-r--r--lib/Net/FTP.pm16
-rw-r--r--lib/Net/NNTP.pm6
-rw-r--r--lib/Net/Netrc.pm6
-rw-r--r--lib/Net/POP3.pm6
-rw-r--r--lib/Net/SMTP.pm6
-rw-r--r--lib/Net/Time.pm6
-rw-r--r--lib/Net/libnetFAQ.pod4
10 files changed, 37 insertions, 34 deletions
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index 9474d21..2bb790d 100644
--- a/lib/Net/Cmd.pm
+++ b/lib/Net/Cmd.pm
@@ -853,10 +853,10 @@ 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>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/Config.pm b/lib/Net/Config.pm
index 44d297f..8577c49 100644
--- a/lib/Net/Config.pm
+++ b/lib/Net/Config.pm
@@ -325,10 +325,10 @@ 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>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/Domain.pm b/lib/Net/Domain.pm
index 1c7a5ec..0f2346f 100644
--- a/lib/Net/Domain.pm
+++ b/lib/Net/Domain.pm
@@ -343,12 +343,13 @@ 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>.
+Graham Barr E<lt>L<gbarr@pobox.com|mailto: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>L<sunds@asictest.sc.ti.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 604948d..a5fe349 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -1996,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>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 SEE ALSO
 
@@ -2027,12 +2027,14 @@ the FTP protocol in a non-interactive manner.
 
 =head1 CREDITS
 
-Henry Gabryjelski <henryg@WPI.EDU> - for the suggestion of creating directories
-recursively.
+Henry Gabryjelski E<lt>L<henryg@WPI.EDU|mailto:henryg@WPI.EDU>E<gt> - for the
+suggestion of creating directories recursively.
 
-Nathan Torkington <gnat@frii.com> - for some input on the documentation.
+Nathan Torkington E<lt>L<gnat@frii.com|mailto:gnat@frii.com>E<gt> - for some
+input on the documentation.
 
-Roderick Schertler <roderick@gate.net> - for various inputs
+Roderick Schertler E<lt>L<roderick@gate.net|mailto:roderick@gate.net>E<gt> - for
+various inputs
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 3314f24..979c58e 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -1282,10 +1282,10 @@ L<IO::Socket::SSL>
 
 =head1 AUTHOR
 
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
+Graham Barr E<lt>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/Netrc.pm b/lib/Net/Netrc.pm
index 95c28f1..fe720f0 100644
--- a/lib/Net/Netrc.pm
+++ b/lib/Net/Netrc.pm
@@ -322,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>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm
index ccaea8b..a35b70d 100644
--- a/lib/Net/POP3.pm
+++ b/lib/Net/POP3.pm
@@ -843,10 +843,10 @@ L<IO::Socket::SSL>
 
 =head1 AUTHOR
 
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
+Graham Barr E<lt>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/SMTP.pm b/lib/Net/SMTP.pm
index 7a15183..db50244 100644
--- a/lib/Net/SMTP.pm
+++ b/lib/Net/SMTP.pm
@@ -1026,10 +1026,10 @@ L<IO::Socket::SSL>
 
 =head1 AUTHOR
 
-Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
+Graham Barr E<lt>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/Time.pm b/lib/Net/Time.pm
index cbe4527..012bfb8 100644
--- a/lib/Net/Time.pm
+++ b/lib/Net/Time.pm
@@ -144,10 +144,10 @@ 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>L<gbarr@pobox.com|mailto: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.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head1 COPYRIGHT
 
diff --git a/lib/Net/libnetFAQ.pod b/lib/Net/libnetFAQ.pod
index bcc5347..7f7e60c 100644
--- a/lib/Net/libnetFAQ.pod
+++ b/lib/Net/libnetFAQ.pod
@@ -24,8 +24,8 @@ 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.
 
-Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
-1.22_02.
+Steve Hay E<lt>L<shay@cpan.org|mailto:shay@cpan.org>E<gt> is now maintaining
+libnet as of version 1.22_02.
 
 =head2 Disclaimer