about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:50:46 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:50:46 +0100
commit273744b8f4e7684a7f970517941e62bdc5f61009 (patch)
tree4272312e834539a3c4e6504691b75b99ada54b20
parent0b6051a9bf6639ae2e06bf383f2ee3feea4f9775 (diff)
downloadperl-libnet-273744b8f4e7684a7f970517941e62bdc5f61009.tar.gz
Add some missing commas
-rw-r--r--lib/Net/FTP.pm4
-rw-r--r--lib/Net/NNTP.pm2
-rw-r--r--lib/Net/Netrc.pm2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 208e21d..2ad11ed 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -1964,8 +1964,8 @@ Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
 
 =head1 SEE ALSO
 
-L<Net::Netrc>
-L<Net::Cmd>
+L<Net::Netrc>,
+L<Net::Cmd>,
 L<IO::Socket::SSL>
 
 ftp(1), ftpd(8), RFC 959, RFC 2428, RFC 4217
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 47c4456..69d70f1 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -1234,7 +1234,7 @@ with a and ends with d.
 
 =head1 SEE ALSO
 
-L<Net::Cmd>
+L<Net::Cmd>,
 L<IO::Socket::SSL>
 
 =head1 AUTHOR
diff --git a/lib/Net/Netrc.pm b/lib/Net/Netrc.pm
index 166eb48..33772d0 100644
--- a/lib/Net/Netrc.pm
+++ b/lib/Net/Netrc.pm
@@ -330,7 +330,7 @@ Steve Hay E<lt>F<shay@cpan.org>E<gt> is now maintaining libnet as of version
 
 =head1 SEE ALSO
 
-L<Net::Netrc>
+L<Net::Netrc>,
 L<Net::Cmd>
 
 =head1 COPYRIGHT