From 58f2b6fcf784c656f4b1ab29f548280ae15980d7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Nov 2006 09:35:23 +0000 Subject: help perl_checker --- urpm.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm.pm') 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; } -- cgit v1.2.1