mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Tweak constants.pl
This commit is contained in:
parent
0557f8d315
commit
20782166cf
1 changed files with 1 additions and 0 deletions
|
@ -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});
|
||||
|
|
Loading…
Add table
Reference in a new issue