about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-05-20 11:10:15 +0000
committerGraham Barr <gbarr@pobox.com>2003-05-20 11:10:15 +0000
commitf9d06a2b46eb12fdaddcde9831fd4d40d746ea23 (patch)
tree724314ffd44b7ca977bd7367539d7361f633f5c3
parent9a1c66bdf9eac4e3741897fcf999609fd82d4f76 (diff)
downloadperl-libnet-f9d06a2b46eb12fdaddcde9831fd4d40d746ea23.tar.gz
Net::NNTP
- Add post clarifications to pod

-rw-r--r--Net/NNTP.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index 1b5081e..1c3ff5e 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -14,7 +14,7 @@ use Carp;
 use Time::Local;
 use Net::Config;
 
-$VERSION = "2.22"; # $Id: //depot/libnet/Net/NNTP.pm#16 $
+$VERSION = "2.22"; # $Id: //depot/libnet/Net/NNTP.pm#17 $
 @ISA     = qw(Net::Cmd IO::Socket::INET);
 
 sub new
@@ -882,6 +882,10 @@ C<datasend> and C<dataend> methods from L<Net::Cmd>
 
 C<MESSAGE> can be either an array of lines or a reference to an array.
 
+The message, either sent via C<datasend> or as the C<MESSAGE>
+parameter, must be in the format as described by RFC822 and must
+contain From:, Newsgroups: and Subject: headers.
+
 =item postfh ()
 
 Post a new article to the news server using a tied filehandle.  If
@@ -1113,6 +1117,6 @@ it under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/NNTP.pm#16 $>
+I<$Id: //depot/libnet/Net/NNTP.pm#17 $>
 
 =cut