X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNet%2FPOP3.pm;h=f23157cccafc74ab4191a3fb86671caa1be64c29;hb=3226bbec67a495e52de65a4d7ece19d720e5f94d;hp=fb919164add5a7cebc6202a1acdb7254e6fcf4f5;hpb=686337f3173d259f9dc05f9d6c19a8c95e2cb00b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm index fb91916..f23157c 100644 --- a/lib/Net/POP3.pm +++ b/lib/Net/POP3.pm @@ -417,7 +417,7 @@ Send the PASS command. Returns the number of messages in the mailbox. =item login ( [ USER [, PASS ]] ) -Send both the the USER and PASS commands. If C is not given the +Send both the USER and PASS commands. If C is not given the C uses C to lookup the password using the host and username. If the username is not specified then the current user name will be used.