about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-12-15 09:06:58 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-12-15 09:06:58 +0000
commitee9142670b970c5967f8cb9b7d6ccbf7883e53fa (patch)
treefcc39eb7396d6cd690b0a7932f702ced54072c48
parent99dd2b844dcd5cb38c67f4d7f47a1fa9c6a4f32b (diff)
downloadperl-libnet-master.tar.gz
Use L<> for links HEAD master
-rw-r--r--lib/Net/FTP.pm8
-rw-r--r--lib/Net/SMTP.pm5
-rw-r--r--lib/Net/libnetFAQ.pod6
3 files changed, 10 insertions, 9 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index a5fe349..3381e90 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -2008,9 +2008,9 @@ L<Net::Cmd>,
 L<IO::Socket::SSL>
 
 ftp(1), ftpd(8), RFC 959, RFC 2428, RFC 4217
-http://www.ietf.org/rfc/rfc959.txt
-http://www.ietf.org/rfc/rfc2428.txt
-http://www.ietf.org/rfc/rfc4217.txt
+L<http://www.ietf.org/rfc/rfc959.txt>,
+L<http://www.ietf.org/rfc/rfc2428.txt>,
+L<http://www.ietf.org/rfc/rfc4217.txt>
 
 =head1 USE EXAMPLES
 
@@ -2018,7 +2018,7 @@ For an example of the use of Net::FTP see
 
 =over 4
 
-=item http://www.csh.rit.edu/~adam/Progs/
+=item L<http://www.csh.rit.edu/~adam/Progs/>
 
 C<autoftp> is a program that can retrieve, send, or list files via
 the FTP protocol in a non-interactive manner.
diff --git a/lib/Net/SMTP.pm b/lib/Net/SMTP.pm
index db50244..345c97a 100644
--- a/lib/Net/SMTP.pm
+++ b/lib/Net/SMTP.pm
@@ -919,8 +919,9 @@ that a DSN not be returned to the sender under any conditions."
   $smtp->recipient(@recipients, { Notify => ['NEVER'], SkipBad => 1 });  # Good
 
 You may use any combination of these three values 'SUCCESS','FAILURE','DELAY' in
-the anonymous array reference as defined by RFC3461 (see http://www.ietf.org/rfc/rfc3461.txt
-for more information.  Note: quotations in this topic from same.).
+the anonymous array reference as defined by RFC3461 (see
+L<http://www.ietf.org/rfc/rfc3461.txt> for more information.  Note: quotations
+in this topic from same.).
 
 A Notify parameter of 'SUCCESS' or 'FAILURE' "requests that a DSN be issued on
 successful delivery or delivery failure, respectively."
diff --git a/lib/Net/libnetFAQ.pod b/lib/Net/libnetFAQ.pod
index 7f7e60c..0cafc7a 100644
--- a/lib/Net/libnetFAQ.pod
+++ b/lib/Net/libnetFAQ.pod
@@ -9,14 +9,14 @@ libnetFAQ - libnet Frequently Asked Questions
 This document is distributed with the libnet distribution, and is also
 available on the libnet web page at
 
-    http://search.cpan.org/dist/libnet/
+L<http://search.cpan.org/dist/libnet/>
 
 =head2 How to contribute to this document
 
 You may report corrections, additions, and suggestions on the
 CPAN Request Tracker at
 
-    http://rt.cpan.org/Public/Bug/Report.html?Queue=libnet
+L<http://rt.cpan.org/Public/Bug/Report.html?Queue=libnet>
 
 =head1 Author and Copyright Information
 
@@ -70,7 +70,7 @@ on any machine that perl runs on.
 The latest libnet release is always on CPAN, you will find it
 in
 
- http://search.cpan.org/dist/libnet/
+L<http://search.cpan.org/dist/libnet/>
 
 =head1 Using Net::FTP