diff --git a/META.json b/META.json
index ef27833..a2c4270 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Lubomir Rintel <lkundrak@v3.sk>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.132140",
+   "generated_by" : "Module::Build version 0.4231",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Database-DumpTruck",
    "prereqs" : {
@@ -54,5 +54,6 @@
          "url" : "https://github.com/lkundrak/perl-database-dumptruck"
       }
    },
-   "version" : "1.2"
+   "version" : "1.2",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 5a73c49..3c0683c 100644
--- a/META.yml
+++ b/META.yml
@@ -3,30 +3,31 @@ abstract: 'Relaxing interface to SQLite'
 author:
   - 'Lubomir Rintel <lkundrak@v3.sk>'
 build_requires:
-  File::Temp: 0
-  Test::Exception: 0
-  Test::More: 0
-  Test::Pod: 1.00
+  File::Temp: '0'
+  Test::Exception: '0'
+  Test::More: '0'
+  Test::Pod: '1.00'
 configure_requires:
-  Module::Build: 0
+  Module::Build: '0'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132140'
+generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Database-DumpTruck
 provides:
   Database::DumpTruck:
     file: lib/Database/DumpTruck.pm
-    version: 1.2
+    version: '1.2'
 requires:
-  B: 0
-  DBD::SQLite: 0
-  DBI: 0
-  JSON: 0
+  B: '0'
+  DBD::SQLite: '0'
+  DBI: '0'
+  JSON: '0'
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Database-DumpTruck
   license: http://dev.perl.org/licenses/
   repository: https://github.com/lkundrak/perl-database-dumptruck
-version: 1.2
+version: '1.2'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/debian/changelog b/debian/changelog
index 16df535..7f372a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdatabase-dumptruck-perl (1.2+git20140713.1.ebf8b54+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 05 Sep 2022 19:52:36 -0000
+
 libdatabase-dumptruck-perl (1.2-3) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/patches/sqlite-case-insensitive.patch b/debian/patches/sqlite-case-insensitive.patch
index 95dc7d9..079bb32 100644
--- a/debian/patches/sqlite-case-insensitive.patch
+++ b/debian/patches/sqlite-case-insensitive.patch
@@ -18,8 +18,10 @@ Forwarded: https://rt.cpan.org/Ticket/Display.html?id=140749
  https://github.com/lkundrak/perl-database-dumptruck/pull/1
 Bug: https://rt.cpan.org/Ticket/Display.html?id=140749
 
---- a/t/dumptruck.t
-+++ b/t/dumptruck.t
+Index: libdatabase-dumptruck-perl/t/dumptruck.t
+===================================================================
+--- libdatabase-dumptruck-perl.orig/t/dumptruck.t
++++ libdatabase-dumptruck-perl/t/dumptruck.t
 @@ -2,6 +2,7 @@
  
  use Test::More tests => 43;
@@ -28,7 +30,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=140749
  use File::Temp;
  
  use strict;
-@@ -138,10 +139,10 @@
+@@ -138,10 +139,10 @@ is_deeply ($dt3->get_var('undef_of_the_b
  	'Undefined variable retrieved');
  
  # And some low-level stuff
@@ -42,7 +44,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=140749
  		cid => 1, dflt_value => undef }
  ], 'Could retrieve table structure');
  
-@@ -170,16 +171,16 @@
+@@ -170,16 +171,16 @@ is_deeply ([$dt3->insert ({
  	}
  })], [1], 'Insert of structured data successful');
  
@@ -63,9 +65,11 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=140749
  		cid => 4, dflt_value => undef },
  	{ notnull => 0, pk => 0, name => 'yes', type => 'bool',
  		cid => 5, dflt_value => undef }
---- a/Build.PL
-+++ b/Build.PL
-@@ -26,6 +26,7 @@
+Index: libdatabase-dumptruck-perl/Build.PL
+===================================================================
+--- libdatabase-dumptruck-perl.orig/Build.PL
++++ libdatabase-dumptruck-perl/Build.PL
+@@ -26,6 +26,7 @@ my $build = Module::Build->new(
  		'Test::Pod' => '1.00',
  		'Test::More' => 0,
  		'Test::Exception' => 0,
diff --git a/lib/Database/DumpTruck.pm b/lib/Database/DumpTruck.pm
index b0478bf..3fb9f50 100644
--- a/lib/Database/DumpTruck.pm
+++ b/lib/Database/DumpTruck.pm
@@ -6,6 +6,7 @@ Database::DumpTruck - Relaxing interface to SQLite
 
 =head1 SYNOPSIS
 
+  use Database::DumpTruck;
   my $dt = new Database::DumpTruck;
 
   $dt->insert({Hello => 'World'});
@@ -165,6 +166,12 @@ Name of the temporary table used when converting the values for variables table.
 
 Enable automatic commit.
 
+=item B<debug> (Default: C<undef>)
+
+Print SQL statements to C<STDERR> as they are executed. Please note that,
+while potentially useful, this might be somewhat confusing. Enable with
+care if you're a sensitive person, or a DBA.
+
 =back
 
 =cut
@@ -314,6 +321,7 @@ sub _check_and_add_columns
 			$self->{dbh}->quote ($table_name),
 			$self->{dbh}->quote ($k), get_column_type ($v)) };
 		die if $@ and not $@ =~ /duplicate column name/;
+		undef $@;
 	}
 }
 
@@ -569,10 +577,13 @@ Copyright 2014, Lubomir Rintel
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Lubomir Rintel L<< <lkundrak@v3.sk> >>
 
+The code is hosted on GitHub L<https://github.com/lkundrak/perl-database-dumptruck>.
+Bug fixes and feature enhancements are always welcome.
+
 =cut
 
 1;