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

Tweak constants.pl

This commit is contained in:
Kenichi Ishigaki 2021-05-30 21:25:28 +09:00
parent 0557f8d315
commit 20782166cf

View file

@ -48,6 +48,7 @@ END
for my $constsub (@dbd_sqlite_constants) {
print {$fh} qq< newCONSTSUB( gv_stashpv("DBD::SQLite::Constants", FALSE), "$constsub", newSVuv($constsub) );\n>
}
print $fh "\n";
for my $tag (sort grep !/^_/, keys %constants) {
_write_tag($fh, $tag, $constants{$tag});