diff --git a/META.json b/META.json
index 6fdb032..b3e5330 100644
--- a/META.json
+++ b/META.json
@@ -5,19 +5,19 @@
       "Nikolay S. <majestic@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
+   "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" : "Class-DBI-Plugin-Pager",
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build" : "0.40"
+            "Module::Build" : "0.42"
          }
       },
       "runtime" : {
@@ -41,27 +41,25 @@
          "version" : "0.566"
       },
       "Class::DBI::Plugin::Pager::LimitOffset" : {
-         "file" : "lib/Class/DBI/Plugin/Pager/LimitOffset.pm",
-         "version" : 0
+         "file" : "lib/Class/DBI/Plugin/Pager/LimitOffset.pm"
       },
       "Class::DBI::Plugin::Pager::LimitXY" : {
-         "file" : "lib/Class/DBI/Plugin/Pager/LimitXY.pm",
-         "version" : 0
+         "file" : "lib/Class/DBI/Plugin/Pager/LimitXY.pm"
       },
       "Class::DBI::Plugin::Pager::LimitYX" : {
-         "file" : "lib/Class/DBI/Plugin/Pager/LimitYX.pm",
-         "version" : 0
+         "file" : "lib/Class/DBI/Plugin/Pager/LimitYX.pm"
       },
       "Class::DBI::Plugin::Pager::RowsTo" : {
-         "file" : "lib/Class/DBI/Plugin/Pager/RowsTo.pm",
-         "version" : 0
+         "file" : "lib/Class/DBI/Plugin/Pager/RowsTo.pm"
       }
    },
    "release_status" : "stable",
    "resources" : {
       "repository" : {
+         "type" : "git",
          "url" : "git://github.com/majesticcpan/class-dbi-plugin-pager.git"
       }
    },
-   "version" : "0.566"
+   "version" : "0.566",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 6971101..20212fa 100644
--- a/META.yml
+++ b/META.yml
@@ -5,41 +5,38 @@ author:
   - 'Nikolay S. <majestic@cpan.org>'
 build_requires: {}
 configure_requires:
-  Module::Build: 0.40
+  Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
+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: Class-DBI-Plugin-Pager
 provides:
   Class::DBI::Plugin::Pager:
     file: lib/Class/DBI/Plugin/Pager.pm
-    version: 0.566
+    version: '0.566'
   Class::DBI::Plugin::Pager::LimitOffset:
     file: lib/Class/DBI/Plugin/Pager/LimitOffset.pm
-    version: 0
   Class::DBI::Plugin::Pager::LimitXY:
     file: lib/Class/DBI/Plugin/Pager/LimitXY.pm
-    version: 0
   Class::DBI::Plugin::Pager::LimitYX:
     file: lib/Class/DBI/Plugin/Pager/LimitYX.pm
-    version: 0
   Class::DBI::Plugin::Pager::RowsTo:
     file: lib/Class/DBI/Plugin/Pager/RowsTo.pm
-    version: 0
 requires:
-  Carp: 0
-  Class::DBI: 0.9
-  Class::DBI::Plugin::AbstractCount: 0
-  Class::Data::Inheritable: 0
-  Data::Page: 2
-  SQL::Abstract: 1.61
-  Test::Exception: 0
-  Test::More: 0
-  Test::Warn: 0
-  UNIVERSAL::require: 0
+  Carp: '0'
+  Class::DBI: '0.9'
+  Class::DBI::Plugin::AbstractCount: '0'
+  Class::Data::Inheritable: '0'
+  Data::Page: '2'
+  SQL::Abstract: '1.61'
+  Test::Exception: '0'
+  Test::More: '0'
+  Test::Warn: '0'
+  UNIVERSAL::require: '0'
 resources:
   repository: git://github.com/majesticcpan/class-dbi-plugin-pager.git
-version: 0.566
+version: '0.566'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 37a2658..3c9f583 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,23 +1,23 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4003
+# Note: this file was auto-generated by Module::Build::Compat version 0.4231
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'NAME' => 'Class::DBI::Plugin::Pager',
+  'EXE_FILES' => [],
   'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
+  'INSTALLDIRS' => 'site',
+  'PL_FILES' => {},
+  'NAME' => 'Class::DBI::Plugin::Pager',
   'PREREQ_PM' => {
                    'Carp' => 0,
-                   'Class::DBI' => '0.9',
-                   'Class::DBI::Plugin::AbstractCount' => 0,
-                   'Class::Data::Inheritable' => 0,
-                   'Data::Page' => 2,
-                   'SQL::Abstract' => '1.61',
                    'Test::Exception' => 0,
                    'Test::More' => 0,
+                   'Class::DBI::Plugin::AbstractCount' => 0,
+                   'UNIVERSAL::require' => 0,
+                   'SQL::Abstract' => '1.61',
                    'Test::Warn' => 0,
-                   'UNIVERSAL::require' => 0
-                 },
-  'INSTALLDIRS' => 'site',
-  'EXE_FILES' => [],
-  'PL_FILES' => {}
+                   'Class::Data::Inheritable' => 0,
+                   'Class::DBI' => '0.9',
+                   'Data::Page' => 2
+                 }
 )
 ;
diff --git a/debian/changelog b/debian/changelog
index e26eab6..990f5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclass-dbi-plugin-pager-perl (0.566-3) UNRELEASED; urgency=medium
+libclass-dbi-plugin-pager-perl (0.566+git20120916.1.0ac9fb8-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -24,8 +24,9 @@ libclass-dbi-plugin-pager-perl (0.566-3) UNRELEASED; urgency=medium
   [ Debian Janitor ]
   * Remove constraints unnecessary since stretch:
     + Build-Depends: Drop versioned constraint on libmodule-build-perl.
+  * New upstream snapshot.
 
- -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 30 Jan 2016 20:03:22 +0100
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 10 Mar 2022 05:44:44 -0000
 
 libclass-dbi-plugin-pager-perl (0.566-2.1) unstable; urgency=medium