summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-03-12 12:43:17 +0000
committerfukachan <fukachan>2006-03-12 12:43:17 +0000
commitdd09d31bf9ba97b2dbc7dfda75cef2a53c743550 (patch)
treee6abf771f73fef0aae6c1108e8919528f06b8e06 /fml/lib/FML/Process/Kernel.pm
parent9ab57799474499f41898d72a068d0022291b1816 (diff)
downloadfml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.tar.gz
fml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.tar.bz2
fml8-dd09d31bf9ba97b2dbc7dfda75cef2a53c743550.zip
pass {mode => default} parameters to FML::Header object by default.
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
-rw-r--r--fml/lib/FML/Process/Kernel.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index 11a21b4d..5860d854 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.274 2006/02/05 01:07:13 fukachan Exp $
+# $FML: Kernel.pm,v 1.275 2006/02/15 13:44:04 fukachan Exp $
#
package FML::Process::Kernel;
@@ -2946,6 +2946,7 @@ sub _add_info_on_header
use FML::Header;
my $hrw_args = {
type => 'MIME::Lite',
+ mode => 'default',
message => $msg,
};
FML::Header->add_message_id($config, $hrw_args);