From 20782166cfa88e7fd3f2888a234aab5f41800d88 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 30 May 2021 21:25:28 +0900 Subject: [PATCH] Tweak constants.pl --- util/constants.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/constants.pl b/util/constants.pl index 0599e3b..b2ac327 100644 --- a/util/constants.pl +++ b/util/constants.pl @@ -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});