about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-02-04 09:00:46 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-02-04 09:00:46 +0000
commit545b313bbff5f7b1c1aa680620fed190d7fe017e (patch)
tree6da660733ca0e8d9c7c807d66a6fadcbf3a632ea
parentb83dc6ebffd526279802435206b02529b2fb194c (diff)
downloadperl-libnet-545b313bbff5f7b1c1aa680620fed190d7fe017e.tar.gz
Correction to 4857f359ec
-rw-r--r--Net/NNTP.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index 584c727..07c3737 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -767,7 +767,8 @@ states that it returns a value, failure will be returned as I<undef> or an
 empty list.
 
 C<Net::NNTP> inherits from C<Net::Cmd> so methods defined in C<Net::Cmd> may
-be used to send commands to the remote NNTP server.
+be used to send commands to the remote NNTP server in addition to the methods
+documented here.
 
 =over 4