diff options
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index dbbe2652c..f6756d594 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -679,6 +679,7 @@ sub read_conf { while (my ($k, $v) = each %c) { if (my $a = $v->{alias}) { local $c{$a}{alias}; + delete $v->{probeall}; add2hash($c{$a}, $v); } } |