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:
parent
b71c5a6c7d
commit
1a279cd988
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue