about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:54:57 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:54:57 +0100
commit12da672001a7b21c1c880bce88506acb34c96a67 (patch)
tree1faabe86e503e6858c8b1b7d61b5df1aa5a34eb3
parent273744b8f4e7684a7f970517941e62bdc5f61009 (diff)
downloadperl-libnet-12da672001a7b21c1c880bce88506acb34c96a67.tar.gz
Document new IPv6 & SSL methods
-rw-r--r--lib/Net/NNTP.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 69d70f1..a8fac38 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -1028,6 +1028,14 @@ news server.
 
 Quit the remote server and close the socket connection.
 
+=item can_inet6 ()
+
+Returns whether we can use IPv6.
+
+=item can_ssl ()
+
+Returns whether we can use SSL.
+
 =back
 
 =head2 Extension methods