summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm
index e898edfea..8a66aa800 100644
--- a/perl-install/modules/interactive.pm
+++ b/perl-install/modules/interactive.pm
@@ -34,7 +34,7 @@ sub load_category {
my @l;
{
my $w;
- my $wait_message = sub { $w = wait_load_module($in, $category, @_) };
+ my $wait_message = sub { undef $w; $w = wait_load_module($in, $category, @_) };
@l = modules::load_category($category, $wait_message);
undef $w; #- help perl_checker
}