summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-06 16:25:41 +0000
committerfukachan <fukachan>2001-04-06 16:25:41 +0000
commit63774f93ca71c553eb49f1e425b7626ccd04b3ca (patch)
tree8e91893ad89a0b5fc39eecf31bf63aa29dee24e8 /fml/lib/FML/Process/Command.pm
parentb4727e442fa097754de997a0018978cc832e0050 (diff)
downloadfml8-63774f93ca71c553eb49f1e425b7626ccd04b3ca.tar.gz
fml8-63774f93ca71c553eb49f1e425b7626ccd04b3ca.tar.bz2
fml8-63774f93ca71c553eb49f1e425b7626ccd04b3ca.zip
correct method name and internal variable names. now we use data and
data_type mainly by default not content_*.
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index ea9cc619..804c171b 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -4,7 +4,7 @@
# Copyright (C) 2000 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML$
+# $FML: Command.pm,v 1.8 2001/04/03 09:45:43 fukachan Exp $
#
package FML::Process::Command;
@@ -97,7 +97,7 @@ sub _evaluate_command
my $config = $curproc->{ config };
my $ml_name = $config->{ ml_name };
my $argv = $config->{ main_cf }->{ ARGV };
- my $body = $curproc->{ incoming_message }->{ body }->get_content_body;
+ my $body = $curproc->{ incoming_message }->{ body }->data_in_body_part;
my @body = split(/\n/, $body);
for my $command (@body) {