summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-10 09:35:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-10 09:35:23 +0000
commit58f2b6fcf784c656f4b1ab29f548280ae15980d7 (patch)
treef3ccddabc72484435ff00483c61c732e48c80742 /urpm.pm
parent651910d3e6ae5a8924f68c5abfbd34374a76532d (diff)
downloadurpmi-58f2b6fcf784c656f4b1ab29f548280ae15980d7.tar
urpmi-58f2b6fcf784c656f4b1ab29f548280ae15980d7.tar.gz
urpmi-58f2b6fcf784c656f4b1ab29f548280ae15980d7.tar.bz2
urpmi-58f2b6fcf784c656f4b1ab29f548280ae15980d7.tar.xz
urpmi-58f2b6fcf784c656f4b1ab29f548280ae15980d7.zip
help perl_checker
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 53b91022..a2174d14 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -464,6 +464,8 @@ sub configure {
while (defined ($_ = readdir $dh)) { #- load parallel modules
/parallel.*\.pm$/ && -f "$dir/$_" or next;
$urpm->{log}->(N("examining parallel handler in file [%s]", "$dir/$_"));
+ # perl_checker: require urpm::parallel_ka_run
+ # perl_checker: require urpm::parallel_ssh
eval { require "$dir/$_"; $parallel_handler = $urpm->handle_parallel_options($parallel_options) };
$parallel_handler and last;
}