diff options
| author | fukachan <fukachan> | 2002-04-08 12:44:23 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-08 12:44:23 +0000 |
| commit | e9c3232c32af513158511779a0d5aeb5fdc6d168 (patch) | |
| tree | cec6d6513fdff173cac2f0743fcb2b96630e5713 /fml/lib/Mail/Message.pm | |
| parent | e8ac0083ef6c5d462743f455610d049d6cb17bc5 (diff) | |
| download | fml8-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.pm | 6 |
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) = @_; |
