From a442f12dca9663a4e5836d30b26c6f19065f0c48 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jan 2004 17:48:28 +0000 Subject: help perl_checker --- perl-install/modules/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/modules') 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)); -- cgit v1.2.1