diff --git a/META.json b/META.json
index ef923a7..9c54bb6 100644
--- a/META.json
+++ b/META.json
@@ -3,17 +3,30 @@
    "author" : [
       "Oliver Gorwits <oliver@cpan.org>"
    ],
-   "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200013, CPAN::Meta::Converter version 2.112150",
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Log-Dispatch-Configurator-Any",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
    "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Config::Tiny" : "0",
+            "Log::Dispatch::Config" : "0",
+            "Test::More" : "0"
+         }
+      },
       "configure" : {
          "requires" : {
             "ExtUtils::MakeMaker" : "6.30"
@@ -21,33 +34,15 @@
       },
       "runtime" : {
          "requires" : {
-            "Carp" : 0,
+            "Carp" : "0",
             "Config::Any" : "0.15",
             "Log::Dispatch" : "2.23",
-            "Log::Dispatch::Configurator" : 0,
+            "Log::Dispatch::Configurator" : "0",
             "Sys::Syslog" : "0.25"
          }
-      },
-      "test" : {
-         "requires" : {
-            "Config::Tiny" : 0,
-            "Log::Dispatch::Config" : 0,
-            "Test::More" : 0
-         }
       }
    },
    "release_status" : "stable",
-   "resources" : {
-      "bugtracker" : {
-         "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-Configurator-Any"
-      },
-      "homepage" : "https://github.com/ollyg/Log-Dispatch-Configurator-Any/wiki",
-      "repository" : {
-         "type" : "git",
-         "url" : "git://github.com/ollyg/Log-Dispatch-Configurator-Any.git",
-         "web" : "https://github.com/ollyg/Log-Dispatch-Configurator-Any"
-      }
-   },
-   "version" : "1.122640"
+   "version" : "1.122640",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
-
diff --git a/META.yml b/META.yml
index 58922e0..22c1b55 100644
--- a/META.yml
+++ b/META.yml
@@ -3,26 +3,27 @@ abstract: 'Configurator implementation with Config::Any'
 author:
   - 'Oliver Gorwits <oliver@cpan.org>'
 build_requires:
-  Config::Tiny: 0
-  Log::Dispatch::Config: 0
-  Test::More: 0
+  Config::Tiny: '0'
+  Log::Dispatch::Config: '0'
+  Test::More: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 6.30
-dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200013, CPAN::Meta::Converter version 2.112150'
+  ExtUtils::MakeMaker: '6.30'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.62, 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: Log-Dispatch-Configurator-Any
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-  Carp: 0
-  Config::Any: 0.15
-  Log::Dispatch: 2.23
-  Log::Dispatch::Configurator: 0
-  Sys::Syslog: 0.25
-resources:
-  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-Configurator-Any
-  homepage: https://github.com/ollyg/Log-Dispatch-Configurator-Any/wiki
-  repository: git://github.com/ollyg/Log-Dispatch-Configurator-Any.git
-version: 1.122640
+  Carp: '0'
+  Config::Any: '0.15'
+  Log::Dispatch: '2.23'
+  Log::Dispatch::Configurator: '0'
+  Sys::Syslog: '0.25'
+version: '1.122640'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/debian/changelog b/debian/changelog
index 29ae86d..a2a5d18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liblog-dispatch-configurator-any-perl (1.122640-2) UNRELEASED; urgency=medium
+liblog-dispatch-configurator-any-perl (1.122640+git20120920.1.7cb4812-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -25,8 +25,9 @@ liblog-dispatch-configurator-any-perl (1.122640-2) UNRELEASED; urgency=medium
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Repository, Repository-
     Browse.
+  * New upstream snapshot.
 
- -- gregor herrmann <gregoa@debian.org>  Thu, 27 Feb 2014 22:37:19 +0100
+ -- gregor herrmann <gregoa@debian.org>  Thu, 17 Mar 2022 21:25:24 -0000
 
 liblog-dispatch-configurator-any-perl (1.122640-1.1) unstable; urgency=medium