about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:21:21 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:21:21 +0100
commit8f67948360d63fdee371bcc2bac408cfbdf6e3b4 (patch)
tree2c622ab4acf5e62af243387f9e0bce35dfe66b9a
parent5282606ddfbfa147ac39329f1e6f93026a25f0f6 (diff)
downloadperl-libnet-8f67948360d63fdee371bcc2bac408cfbdf6e3b4.tar.gz
Add two missing commas to documentation
-rw-r--r--Net/POP3.pm2
-rw-r--r--Net/SMTP.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Net/POP3.pm b/Net/POP3.pm
index 2ce3d14..f51f0cf 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -811,7 +811,7 @@ means that any messages marked to be deleted will not be.
 =head1 SEE ALSO
 
 L<Net::Netrc>,
-L<Net::Cmd>
+L<Net::Cmd>,
 L<IO::Socket::SSL>
 
 =head1 AUTHOR
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 9dfaadf..819ce8c 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -959,7 +959,7 @@ accept the address surrounded by angle brackets.
 
 =head1 SEE ALSO
 
-L<Net::Cmd>
+L<Net::Cmd>,
 L<IO::Socket::SSL>
 
 =head1 AUTHOR