about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-11-06 21:30:46 +0000
committerGraham Barr <gbarr@pobox.com>2003-11-06 21:30:46 +0000
commitc0eff23678c2c01613414be07bc5db5c646ea50f (patch)
treec59b0b790904ed2ec1ce8dfa7c0df6bb0eee32b9
parent0b92da46bae69adb9b3e103a7da662b5895a133f (diff)
downloadperl-libnet-c0eff23678c2c01613414be07bc5db5c646ea50f.tar.gz
Fix POD wrt. not passing a Hello parameter
-rw-r--r--Net/SMTP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 9183e70..8219e8a 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -589,8 +589,8 @@ C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
 Possible options are:
 
 B<Hello> - SMTP requires that you identify yourself. This option
-specifies a string to pass as your mail domain. If not
-given a guess will be taken.
+specifies a string to pass as your mail domain. If not given localhost.localdomain
+will be used.
 
 B<Host> - SMTP host to connect to. It may be a single scalar, as defined for
 the C<PeerAddr> option in L<IO::Socket::INET>, or a reference to