summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-22 17:48:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-22 17:48:28 +0000
commita442f12dca9663a4e5836d30b26c6f19065f0c48 (patch)
tree2de7ba9cee697d3cffc7f601dbb240ea73d6a06e /perl-install/modules
parent0971172a317eb06f39c47b2b32811d811c439485 (diff)
downloaddrakx-a442f12dca9663a4e5836d30b26c6f19065f0c48.tar
drakx-a442f12dca9663a4e5836d30b26c6f19065f0c48.tar.gz
drakx-a442f12dca9663a4e5836d30b26c6f19065f0c48.tar.bz2
drakx-a442f12dca9663a4e5836d30b26c6f19065f0c48.tar.xz
drakx-a442f12dca9663a4e5836d30b26c6f19065f0c48.zip
help perl_checker
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm
index 2fcfbb672..abcacf49d 100644
--- a/perl-install/modules/interactive.pm
+++ b/perl-install/modules/interactive.pm
@@ -35,6 +35,7 @@ sub load_category {
my $w;
my $wait_message = sub { $w = wait_load_module($in, $category, @_) };
@l = modules::load_category($category, $wait_message);
+ undef $w; #- help perl_checker
}
if (my @err = grep { $_ } map { $_->{error} } @l) {
my $return = $in->ask_warn('', join("\n", @err));