diff options
| author | fukachan <fukachan> | 2002-12-26 15:11:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-26 15:11:52 +0000 |
| commit | c640912de4340e32cfbde24c04f302ffc011fde0 (patch) | |
| tree | 88de3c8ac0b144854c68c119f3566ce5a67c1281 /fml | |
| parent | cfa9fd975b76df8c8c1b80dcc6e28af57e0777cb (diff) | |
| download | fml8-c640912de4340e32cfbde24c04f302ffc011fde0.tar.gz fml8-c640912de4340e32cfbde24c04f302ffc011fde0.tar.bz2 fml8-c640912de4340e32cfbde24c04f302ffc011fde0.zip | |
FNF-ify
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Process/Kernel.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index 59293219..ad49ae74 100644 --- a/fml/lib/FML/Process/Kernel.pm +++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.148 2002/12/24 10:19:46 fukachan Exp $ +# $FML: Kernel.pm,v 1.149 2002/12/25 03:11:02 fukachan Exp $ # package FML::Process::Kernel; @@ -1101,11 +1101,16 @@ If you attach a plain text with the charset = iso-2022-jp, }); =head3 CAUTION + makefml not support message handling not yet. =cut +# Descriptions: return recipient info. +# Arguments: OBJ($curproc) HASH_REF($args) +# Side Effects: none +# Return Value: ARRAY( ARRAY_REF, ARRAY_REF) sub _analyze_recipients { my ($curproc, $args) = @_; @@ -1154,6 +1159,10 @@ sub _analyze_recipients } +# Descriptions: return header parameters +# Arguments: OBJ($curproc) HASH_REF($args) +# Side Effects: none +# Return Value: HASH_REF sub _analyze_header { my ($curproc, $args) = @_; |
