diff --git a/util/constants.pl b/util/constants.pl index e6c2247..8a3645f 100644 --- a/util/constants.pl +++ b/util/constants.pl @@ -118,7 +118,7 @@ END sub write_pm { my %constants = @_; - for my $tag (keys %constants) { + for my $tag (sort keys %constants) { if ($tag =~ /^_/) { delete $constants{$tag}; next;