summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
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;