summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-08 12:44:23 +0000
committerfukachan <fukachan>2002-04-08 12:44:23 +0000
commite9c3232c32af513158511779a0d5aeb5fdc6d168 (patch)
treecec6d6513fdff173cac2f0743fcb2b96630e5713 /fml/lib/Mail/Message.pm
parente8ac0083ef6c5d462743f455610d049d6cb17bc5 (diff)
downloadfml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.tar.gz
fml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.tar.bz2
fml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.zip
fix/clean up documents
Diffstat (limited to 'fml/lib/Mail/Message.pm')
-rw-r--r--fml/lib/Mail/Message.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm
index aa67b415..58ab2c70 100644
--- a/fml/lib/Mail/Message.pm
+++ b/fml/lib/Mail/Message.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Message.pm,v 1.48 2002/02/01 12:03:59 fukachan Exp $
+# $FML: Message.pm,v 1.49 2002/04/07 14:51:15 tmu Exp $
#
package Mail::Message;
@@ -534,7 +534,7 @@ sub _parse
# get reverse_path if possible.
# Arguments: OBJ($self) HASH_REF($r)
# Side Effects: update $r
-# Return Value: HASH_ARRAY
+# Return Value: ARRAY_REF
sub _parse_header
{
my ($self, $r) = @_;
@@ -1816,7 +1816,7 @@ sub nth_paragraph
# Descriptions: analyze paragraph position map in this object
# Arguments: OBJ($self)
# Side Effects: none
-# Return Value: HASH_ARRAY
+# Return Value: ARRAY_REF
sub _evaluate_pmap
{
my ($self) = @_;