summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/FetchFML.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-19 12:08:17 +0000
committerfukachan <fukachan>2005-08-19 12:08:17 +0000
commit76b208ac574e30ceb3cf304efcaf1c48b83e9a0d (patch)
tree9790936977c816b5aae185164c1ce3b20c8eecee /fml/lib/FML/Process/FetchFML.pm
parentaf4f0f0c9276ac4c0210f580e8c24817cef89586 (diff)
downloadfml8-76b208ac574e30ceb3cf304efcaf1c48b83e9a0d.tar.gz
fml8-76b208ac574e30ceb3cf304efcaf1c48b83e9a0d.tar.bz2
fml8-76b208ac574e30ceb3cf304efcaf1c48b83e9a0d.zip
FNF: pick_up_queue -> pickup_queue
Diffstat (limited to 'fml/lib/FML/Process/FetchFML.pm')
-rw-r--r--fml/lib/FML/Process/FetchFML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/FetchFML.pm b/fml/lib/FML/Process/FetchFML.pm
index bc30146f..c12114e2 100644
--- a/fml/lib/FML/Process/FetchFML.pm
+++ b/fml/lib/FML/Process/FetchFML.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2005 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: FetchFML.pm,v 1.2 2005/06/04 08:49:10 fukachan Exp $
+# $FML: FetchFML.pm,v 1.3 2005/08/10 15:03:28 fukachan Exp $
#
package FML::Process::FetchFML;
@@ -305,7 +305,7 @@ sub _fetchfml_fake_stdio
use FML::MUA::POP3;
my $mua = new FML::MUA::POP3 $curproc;
if (defined $mua) {
- my $queue = $mua->pick_up_queue( { class => $class } );
+ my $queue = $mua->pickup_queue( { class => $class } );
# 1. queue to do found.
if (defined $queue) {