Mailing List Archive

svn commit: r439303 - /spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm
Author: jm
Date: Fri Sep 1 06:02:34 2006
New Revision: 439303

URL: http://svn.apache.org/viewvc?rev=439303&view=rev
Log:
clarify pod doc for decode(), noting that it's a scalar string, not a scalar arrayref

Modified:
spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm?rev=439303&r1=439302&r2=439303&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm Fri Sep 1 06:02:34 2006
@@ -261,7 +261,7 @@
=item decode()

If necessary, decode the part text as base64 or quoted-printable.
-The decoded text will be returned as a scalar. An optional length
+The decoded text will be returned as a scalar string. An optional length
parameter can be passed in which limits how much decoded data is returned.
If the scalar isn't needed, call with "0" as a parameter.