diff options
| author | fukachan <fukachan> | 2002-07-02 04:02:10 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-02 04:02:10 +0000 |
| commit | d5fb6f177372244aefa3b7156a97132959a4956d (patch) | |
| tree | 0724d223db78900e480b05f2db963afd56e1a806 /fml | |
| parent | 038bae39f540d0383ea41e15e0d4bb46c66f1662 (diff) | |
| download | fml8-d5fb6f177372244aefa3b7156a97132959a4956d.tar.gz fml8-d5fb6f177372244aefa3b7156a97132959a4956d.tar.bz2 fml8-d5fb6f177372244aefa3b7156a97132959a4956d.zip | |
fix comments
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/Mail/Message.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm index 24756781..6f44f1a7 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.63 2002/05/11 09:52:45 fukachan Exp $ +# $FML: Message.pm,v 1.64 2002/05/18 15:30:19 fukachan Exp $ # package Mail::Message; @@ -554,7 +554,7 @@ sub _parse } -# Descriptions: return hash array for header for further parsing. +# Descriptions: return ARRAY_REF for header for further parsing. # get reverse_path if possible. # Arguments: OBJ($self) HASH_REF($r) # Side Effects: update $r |
