1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -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 {
my %constants = @_;
for my $tag (keys %constants) {
for my $tag (sort keys %constants) {
if ($tag =~ /^_/) {
delete $constants{$tag};
next;