diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 17:48:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 17:48:28 +0000 |
commit | a442f12dca9663a4e5836d30b26c6f19065f0c48 (patch) | |
tree | 2de7ba9cee697d3cffc7f601dbb240ea73d6a06e /perl-install/modules | |
parent | 0971172a317eb06f39c47b2b32811d811c439485 (diff) | |
download | drakx-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.pm | 1 |
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)); |