From b9de758c922ed6e1b0b6602785d18fe3e1ec869e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Mar 2004 14:36:11 +0000 Subject: (installTransactionClosure) fix list refreshing (warly) --- perl-install/pkgs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index a0bb7b0a7..f6626d312 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -900,6 +900,7 @@ sub installTransactionClosure { foreach ($_->{start} .. $_->{end}) { delete $id2pkg->{$_}; } + @l = sort { $a <=> $b } keys %$id2pkg; } #- anyway, examine the next one. next; -- cgit v1.2.1