From d2a8fa639ac873f8601be3b17b23f646d1d03411 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 7 Mar 2002 16:41:36 +0000 Subject: try to avoid segfaulting probeall stuff --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/modules.pm') 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); } } -- cgit v1.2.1