1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

sort for consistency

This commit is contained in:
Kenichi Ishigaki 2016-01-11 16:44:05 +09:00
parent b71c5a6c7d
commit 1a279cd988

View file

@ -118,7 +118,7 @@ END
sub write_pm { sub write_pm {
my %constants = @_; my %constants = @_;
for my $tag (keys %constants) { for my $tag (sort keys %constants) {
if ($tag =~ /^_/) { if ($tag =~ /^_/) {
delete $constants{$tag}; delete $constants{$tag};
next; next;