New Upstream Release - libmodule-metadata-perl

Ready changes

Summary

Merged new upstream version: 1.000038 (was: 1.000037).

Resulting package

Built on 2023-05-03T22:08 (took 13m4s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases libmodule-metadata-perl

Lintian Result

Diff

diff --git a/CONTRIBUTING b/CONTRIBUTING
index 9a81049..55c8518 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -72,7 +72,9 @@ Once installed, here are some dzil commands you might try:
 You can learn more about Dist::Zilla at http://dzil.org/.
 
 The code for this distribution is hosted at GitHub. The repository is:
+
 https://github.com/Perl-Toolchain-Gang/Module-Metadata
+
 You can submit code changes by forking the repository, pushing your code
 changes to your clone, and then submitting a pull request. Please include a
 suitable end-user-oriented entry in the Changes file describing your change.
@@ -80,12 +82,6 @@ Detailed instructions for doing that is available here:
 
 https://help.github.com/articles/creating-a-pull-request
 
-All pull requests for this distribution will be automatically tested on Linux
-by Travis at: https://travis-ci.com/Perl-Toolchain-Gang/Module-Metadata
-Results will be visible in the pull request on GitHub. Follow the appropriate
-links for details when tests fail. Changes will not be mergeable until all
-tests pass.
-
 If you have found a bug, but do not have an accompanying patch to fix it, you
 can submit an issue report here:
 https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata
@@ -103,5 +99,5 @@ wish to be listed under a different name or address, you should submit a pull
 request to the .mailmap file to contain the correct mapping.
 
 
-This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
-from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.150.
+This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015
+from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.162.
diff --git a/Changes b/Changes
index 0049fea..89e9c94 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Module-Metadata
 
+1.000038  2023-04-28 11:25:40Z
+  - detects "class" syntax
+
 1.000037  2019-09-07 18:32:44Z
   - add decode_pod option for automatic =encoding handling
 
diff --git a/INSTALL b/INSTALL
index 1fd5dfc..b3234ee 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,8 +21,11 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Module::Metadata
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
diff --git a/LICENCE b/LICENCE
index 82f76a8..9ffa5da 100644
--- a/LICENCE
+++ b/LICENCE
@@ -292,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff --git a/MANIFEST b/MANIFEST
index dbec08b..e6c3945 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.013.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
 CONTRIBUTING
 Changes
 INSTALL
@@ -29,8 +29,8 @@ t/taint.t
 t/version.t
 weaver.ini
 xt/author/00-compile.t
-xt/author/changes_has_content.t
 xt/author/compat_lc.t
+xt/author/distmeta.t
 xt/author/eol.t
 xt/author/kwalitee.t
 xt/author/minimum-version.t
@@ -42,4 +42,3 @@ xt/author/pod-syntax.t
 xt/author/portability.t
 xt/release/changes_has_content.t
 xt/release/cpan-changes.t
-xt/release/distmeta.t
diff --git a/META.json b/META.json
index 20067ee..20a3bfa 100644
--- a/META.json
+++ b/META.json
@@ -5,7 +5,7 @@
       "Randy W. Sims <RandyS@ThePierianSpring.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -30,7 +30,7 @@
       },
       "develop" : {
          "recommends" : {
-            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.150",
+            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.162",
             "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
          },
          "requires" : {
@@ -133,13 +133,13 @@
             "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0.014",
             "Dist::Zilla::Plugin::PodCoverageTests" : "5.040",
             "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
-            "Dist::Zilla::Plugin::PodWeaver" : "4.005",
+            "Dist::Zilla::Plugin::PodWeaver" : "4.008",
             "Dist::Zilla::Plugin::Prereqs" : "0",
             "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
             "Dist::Zilla::Plugin::PromptIfStale" : "0",
             "Dist::Zilla::Plugin::Readme" : "0",
             "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
-            "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
+            "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006",
             "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
             "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
             "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
@@ -167,7 +167,7 @@
    "provides" : {
       "Module::Metadata" : {
          "file" : "lib/Module/Metadata.pm",
-         "version" : "1.000037"
+         "version" : "1.000038"
       }
    },
    "release_status" : "stable",
@@ -185,10 +185,10 @@
       "x_IRC" : "irc://irc.perl.org/#toolchain",
       "x_MailingList" : "http://lists.perl.org/list/cpan-workers.html"
    },
-   "version" : "1.000037",
+   "version" : "1.000038",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.031003"
+         "version" : "5.037011"
       },
       "plugins" : [
          {
@@ -200,7 +200,7 @@
                }
             },
             "name" : "@Author::ETHER/pluginbundle version",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -217,12 +217,12 @@
                }
             },
             "name" : "@Author::ETHER/stale modules, build",
-            "version" : "0.055"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::FileFinder::ByName",
             "name" : "@Author::ETHER/Examples",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::GatherDir",
@@ -246,32 +246,32 @@
                }
             },
             "name" : "@Author::ETHER/Git::GatherDir",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Author::ETHER/MetaYAML",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Author::ETHER/MetaJSON",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Author::ETHER/Readme",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::ETHER/Manifest",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::ETHER/License",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
@@ -291,18 +291,18 @@
                }
             },
             "name" : "@Author::ETHER/generate CONTRIBUTING",
-            "version" : "0.014"
+            "version" : "0.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
             "name" : "@Author::ETHER/InstallGuide",
-            "version" : "1.200013"
+            "version" : "1.200014"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -366,7 +366,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "@Author::ETHER/MetaTests",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -378,25 +378,6 @@
             "name" : "@Author::ETHER/Test::CPAN::Changes",
             "version" : "0.012"
          },
-         {
-            "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
-            "config" : {
-               "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
-                  "destination_filename" : "xt/author/changes_has_content.t",
-                  "dist" : "Dist-Zilla-PluginBundle-Author-ETHER",
-                  "encoding" : "UTF-8",
-                  "location" : "build",
-                  "source_filename" : "changes_has_content.t"
-               },
-               "Dist::Zilla::Role::RepoFileInjector" : {
-                  "allow_overwrite" : 1,
-                  "repo_root" : ".",
-                  "version" : "0.009"
-               }
-            },
-            "name" : "@Author::ETHER/generate xt/author/changes_has_content.t",
-            "version" : "0.014"
-         },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
             "name" : "@Author::ETHER/Test::ChangesHasContent",
@@ -415,12 +396,12 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::ETHER/PodSyntaxTests",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Author::ETHER/PodCoverageTests",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
@@ -446,7 +427,7 @@
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@Author::ETHER/Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -456,12 +437,12 @@
                }
             },
             "name" : "@Author::ETHER/Test::Portability",
-            "version" : "2.001000"
+            "version" : "2.001001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Describe",
             "name" : "@Author::ETHER/Git::Describe",
-            "version" : "0.007"
+            "version" : "0.008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -469,113 +450,108 @@
                "Dist::Zilla::Plugin::PodWeaver" : {
                   "finder" : [
                      ":InstallModules",
-                     ":ExecFiles"
+                     ":PerlExecFiles"
                   ],
                   "plugins" : [
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@Author::ETHER/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@Author::ETHER/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@Author::ETHER/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@Author::ETHER/List",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@Author::ETHER/Verbatim",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/header",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@Author::ETHER/Name",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@Author::ETHER/Version",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/prelude",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "SYNOPSIS",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "DESCRIPTION",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "OVERVIEW",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "ATTRIBUTES",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "METHODS",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "FUNCTIONS",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "TYPES",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@Author::ETHER/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/postlude",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::GenerateSection",
                         "name" : "@Author::ETHER/generate SUPPORT",
-                        "version" : "1.06"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::AllowOverride",
-                        "name" : "@Author::ETHER/allow override SUPPORT",
-                        "version" : "0.05"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@Author::ETHER/Authors",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::AllowOverride",
@@ -590,12 +566,12 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@Author::ETHER/Legal",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/footer",
-                        "version" : "4.015"
+                        "version" : "4.019"
                      },
                      {
                         "class" : "Pod::Weaver::Section::AllowOverride",
@@ -611,7 +587,7 @@
                }
             },
             "name" : "@Author::ETHER/PodWeaver",
-            "version" : "4.008"
+            "version" : "4.010"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -631,7 +607,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
             "name" : "@Author::ETHER/MetaNoIndex",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -644,7 +620,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : ":InstallModules",
-                        "version" : "6.013"
+                        "version" : "6.030"
                      }
                   ],
                   "include_underscores" : 0
@@ -656,7 +632,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -666,7 +642,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::ETHER/MetaConfig",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Keywords",
@@ -686,17 +662,17 @@
                }
             },
             "name" : "@Author::ETHER/UseUnsafeInc",
-            "version" : "0.001"
+            "version" : "0.002"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Author::ETHER/AutoPrereqs",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
             "name" : "@Author::ETHER/Prereqs::AuthorDeps",
-            "version" : "0.006"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -711,13 +687,13 @@
                }
             },
             "name" : "@Author::ETHER/MakeMaker",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -725,7 +701,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::StaticInstall",
@@ -757,7 +733,7 @@
                   ]
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -808,11 +784,11 @@
             "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
             "config" : {
                "Dist::Zilla::Plugin::EnsureLatestPerl" : {
-                  "Module::CoreList" : "5.20190820"
+                  "Module::CoreList" : "5.20230420"
                }
             },
             "name" : "@Author::ETHER/EnsureLatestPerl",
-            "version" : "0.008"
+            "version" : "0.010"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -827,7 +803,7 @@
                }
             },
             "name" : "@Author::ETHER/stale modules, release",
-            "version" : "0.055"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -841,18 +817,18 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::ETHER/initial check",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                }
             },
@@ -863,7 +839,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                }
             },
@@ -878,12 +854,12 @@
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@Author::ETHER/CheckPrereqsIndexed",
-            "version" : "0.020"
+            "version" : "0.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::ETHER/TestRelease",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -897,22 +873,22 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::ETHER/after tests",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
             "name" : "@Author::ETHER/CheckIssues",
-            "version" : "0.010"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::ETHER/UploadToCPAN",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
@@ -950,7 +926,7 @@
                }
             },
             "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
@@ -994,7 +970,8 @@
                   "add_files_in" : [
                      "."
                   ],
-                  "commit_msg" : "%N-%v%t%n%n%c"
+                  "commit_msg" : "%N-%v%t%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -1008,7 +985,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1016,7 +993,7 @@
                }
             },
             "name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -1025,12 +1002,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v1.000037",
+                  "tag" : "v1.000038",
                   "tag_format" : "v%V",
                   "tag_message" : "v%v%t"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1038,14 +1015,13 @@
                }
             },
             "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
             "config" : {
                "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
                   "finders" : [
-                     ":ExecFiles",
                      ":InstallModules"
                   ],
                   "global" : 1,
@@ -1059,14 +1035,15 @@
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "increment $VERSION after %v release"
+                  "commit_msg" : "increment $VERSION after %v release",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -1080,7 +1057,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -1088,7 +1065,7 @@
                }
             },
             "name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -1099,7 +1076,7 @@
                }
             },
             "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -1111,12 +1088,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.22.0",
+                  "git_version" : "2.40.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::ETHER/Git::Push",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Update",
@@ -1126,7 +1103,7 @@
                }
             },
             "name" : "@Author::ETHER/GitHub::Update",
-            "version" : "0.47"
+            "version" : "0.48"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
@@ -1161,7 +1138,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::ETHER/ConfirmRelease",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -1172,17 +1149,17 @@
                }
             },
             "name" : "@Author::ETHER/prereqs for @Author::ETHER",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::Encoding",
             "name" : "Encoding",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "MetaResources",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::OnlyCorePrereqs",
@@ -1213,68 +1190,68 @@
                }
             },
             "name" : "DevelopRequires",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::DynamicPrereqs",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
             "name" : "DynamicPrereqs",
-            "version" : "0.035"
+            "version" : "0.040"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.013"
+            "version" : "6.030"
          },
          {
             "class" : "Dist::Zilla::Plugin::VerifyPhases",
@@ -1287,7 +1264,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.013"
+         "version" : "6.030"
       }
    },
    "x_authority" : "cpan:MSTROUT",
@@ -1297,29 +1274,28 @@
       "Vincent Pit <perl@profvince.com>",
       "Matt S Trout <mst@shadowcat.co.uk>",
       "Chris Nehren <apeiron@cpan.org>",
-      "Tomas Doran <bobtfish@bobtfish.net>",
-      "Olivier Mengu\u00e9 <dolmen@cpan.org>",
       "Graham Knop <haarg@haarg.org>",
-      "tokuhirom <tokuhirom@gmail.com>",
-      "Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
+      "Olivier Mengu\u00e9 <dolmen@cpan.org>",
+      "Tomas Doran <bobtfish@bobtfish.net>",
       "Christian Walde <walde.christian@googlemail.com>",
-      "Leon Timmermans <fawaka@gmail.com>",
-      "Peter Rabbitson <ribasushi@cpan.org>",
-      "Steve Hay <steve.m.hay@googlemail.com>",
-      "Jerry D. Hedden <jdhedden@cpan.org>",
       "Craig A. Berry <cberry@cpan.org>",
-      "Craig A. Berry <craigberry@mac.com>",
+      "Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
+      "tokuhirom <tokuhirom@gmail.com>",
+      "Chris 'BinGOs' Williams <chris@bingosnet.co.uk>",
       "David Mitchell <davem@iabyn.com>",
       "David Steinbrunner <dsteinbrunner@pobox.com>",
       "Edward Zborowski <ed@rubensteintech.com>",
       "Gareth Harper <gareth@broadbean.com>",
       "James Raspass <jraspass@gmail.com>",
-      "Chris 'BinGOs' Williams <chris@bingosnet.co.uk>",
+      "Jerry D. Hedden <jdhedden@cpan.org>",
       "Josh Jore <jjore@cpan.org>",
-      "Kent Fredric <kentnl@cpan.org>"
+      "Kent Fredric <kentnl@cpan.org>",
+      "Leon Timmermans <fawaka@gmail.com>",
+      "Peter Rabbitson <ribasushi@cpan.org>",
+      "Steve Hay <steve.m.hay@googlemail.com>"
    ],
-   "x_generated_by_perl" : "v5.31.3",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
+   "x_generated_by_perl" : "v5.37.11",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
    "x_static_install" : 0,
    "x_use_unsafe_inc" : 0
diff --git a/META.yml b/META.yml
index bdc4fc0..7ebcee5 100644
--- a/META.yml
+++ b/META.yml
@@ -18,7 +18,7 @@ configure_requires:
   ExtUtils::MakeMaker: '0'
   perl: '5.006'
 dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,7 +32,7 @@ no_index:
 provides:
   Module::Metadata:
     file: lib/Module/Metadata.pm
-    version: '1.000037'
+    version: '1.000038'
 requires:
   Carp: '0'
   Encode: '0'
@@ -49,10 +49,10 @@ resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata
   homepage: https://github.com/Perl-Toolchain-Gang/Module-Metadata
   repository: https://github.com/Perl-Toolchain-Gang/Module-Metadata.git
-version: '1.000037'
+version: '1.000038'
 x_Dist_Zilla:
   perl:
-    version: '5.031003'
+    version: '5.037011'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -61,7 +61,7 @@ x_Dist_Zilla:
           phase: develop
           type: recommends
       name: '@Author::ETHER/pluginbundle version'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -74,11 +74,11 @@ x_Dist_Zilla:
           run_under_travis: 0
           skip: []
       name: '@Author::ETHER/stale modules, build'
-      version: '0.055'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::FileFinder::ByName
       name: '@Author::ETHER/Examples'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
       config:
@@ -97,27 +97,27 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@Author::ETHER/Git::GatherDir'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::ETHER/MetaYAML'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Author::ETHER/MetaJSON'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Author::ETHER/Readme'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::ETHER/Manifest'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Author::ETHER/License'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
       config:
@@ -133,20 +133,20 @@ x_Dist_Zilla:
           repo_root: .
           version: '0.009'
       name: '@Author::ETHER/generate CONTRIBUTING'
-      version: '0.014'
+      version: '0.015'
     -
       class: Dist::Zilla::Plugin::InstallGuide
       config:
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: '@Author::ETHER/InstallGuide'
-      version: '1.200013'
+      version: '1.200014'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
         Dist::Zilla::Plugin::Test::Compile:
-          bail_out_on_fail: '1'
+          bail_out_on_fail: 1
           fail_on_warning: author
           fake_home: 0
           filename: xt/author/00-compile.t
@@ -191,7 +191,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: '@Author::ETHER/MetaTests'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Changes
       config:
@@ -199,21 +199,6 @@ x_Dist_Zilla:
           changelog: Changes
       name: '@Author::ETHER/Test::CPAN::Changes'
       version: '0.012'
-    -
-      class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
-      config:
-        Dist::Zilla::Plugin::GenerateFile::FromShareDir:
-          destination_filename: xt/author/changes_has_content.t
-          dist: Dist-Zilla-PluginBundle-Author-ETHER
-          encoding: UTF-8
-          location: build
-          source_filename: changes_has_content.t
-        Dist::Zilla::Role::RepoFileInjector:
-          allow_overwrite: 1
-          repo_root: .
-          version: '0.009'
-      name: '@Author::ETHER/generate xt/author/changes_has_content.t'
-      version: '0.014'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@Author::ETHER/Test::ChangesHasContent'
@@ -228,11 +213,11 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::ETHER/PodSyntaxTests'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@Author::ETHER/PodCoverageTests'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Test::Pod::No404s
       name: '@Author::ETHER/Test::Pod::No404s'
@@ -252,110 +237,106 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@Author::ETHER/Test::ReportPrereqs'
-      version: '0.027'
+      version: '0.029'
     -
       class: Dist::Zilla::Plugin::Test::Portability
       config:
         Dist::Zilla::Plugin::Test::Portability:
           options: ''
       name: '@Author::ETHER/Test::Portability'
-      version: '2.001000'
+      version: '2.001001'
     -
       class: Dist::Zilla::Plugin::Git::Describe
       name: '@Author::ETHER/Git::Describe'
-      version: '0.007'
+      version: '0.008'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
         Dist::Zilla::Plugin::PodWeaver:
           finder:
             - ':InstallModules'
-            - ':ExecFiles'
+            - ':PerlExecFiles'
           plugins:
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@Author::ETHER/EnsurePod5'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@Author::ETHER/H1Nester'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@Author::ETHER/SingleEncoding'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@Author::ETHER/List'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@Author::ETHER/Verbatim'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/header'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Name
               name: '@Author::ETHER/Name'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Version
               name: '@Author::ETHER/Version'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/prelude'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Generic
               name: SYNOPSIS
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Generic
               name: DESCRIPTION
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Generic
               name: OVERVIEW
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Collect
               name: ATTRIBUTES
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Collect
               name: METHODS
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Collect
               name: FUNCTIONS
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Collect
               name: TYPES
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@Author::ETHER/Leftovers'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/postlude'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::GenerateSection
               name: '@Author::ETHER/generate SUPPORT'
-              version: '1.06'
-            -
-              class: Pod::Weaver::Section::AllowOverride
-              name: '@Author::ETHER/allow override SUPPORT'
-              version: '0.05'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Authors
               name: '@Author::ETHER/Authors'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::AllowOverride
               name: '@Author::ETHER/allow override AUTHOR'
@@ -367,11 +348,11 @@ x_Dist_Zilla:
             -
               class: Pod::Weaver::Section::Legal
               name: '@Author::ETHER/Legal'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/footer'
-              version: '4.015'
+              version: '4.019'
             -
               class: Pod::Weaver::Section::AllowOverride
               name: OverrideAuthors
@@ -381,7 +362,7 @@ x_Dist_Zilla:
               name: OverrideLegal
               version: '0.05'
       name: '@Author::ETHER/PodWeaver'
-      version: '4.008'
+      version: '4.010'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@Author::ETHER/GithubMeta'
@@ -397,7 +378,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: '@Author::ETHER/MetaNoIndex'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -408,22 +389,22 @@ x_Dist_Zilla:
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: ':InstallModules'
-              version: '6.013'
+              version: '6.030'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
-          inherit_missing: '0'
-          inherit_version: '0'
-          meta_noindex: '1'
+          inherit_missing: 0
+          inherit_version: 0
+          meta_noindex: 1
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: '@Author::ETHER/MetaProvides::Package'
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::ETHER/MetaConfig'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Keywords
       config:
@@ -437,15 +418,15 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::UseUnsafeInc:
           dot_in_INC: 0
       name: '@Author::ETHER/UseUnsafeInc'
-      version: '0.001'
+      version: '0.002'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@Author::ETHER/AutoPrereqs'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
       name: '@Author::ETHER/Prereqs::AuthorDeps'
-      version: '0.006'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::MinimumPerl
       name: '@Author::ETHER/MinimumPerl'
@@ -456,18 +437,18 @@ x_Dist_Zilla:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@Author::ETHER/MakeMaker'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.22.0
+          git_version: 2.40.0
           include_authors: 0
           include_releaser: 1
           order_by: commits
           paths: []
       name: '@Author::ETHER/Git::Contributors'
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::StaticInstall
       config:
@@ -490,7 +471,7 @@ x_Dist_Zilla:
           finder:
             - ':InstallModules'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: '@Author::ETHER/CheckSelfDependency'
       version: '0.011'
@@ -528,9 +509,9 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::EnsureLatestPerl
       config:
         Dist::Zilla::Plugin::EnsureLatestPerl:
-          Module::CoreList: '5.20190820'
+          Module::CoreList: '5.20230420'
       name: '@Author::ETHER/EnsureLatestPerl'
-      version: '0.008'
+      version: '0.010'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -542,7 +523,7 @@ x_Dist_Zilla:
           run_under_travis: 0
           skip: []
       name: '@Author::ETHER/stale modules, release'
-      version: '0.055'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -553,15 +534,15 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
       name: '@Author::ETHER/initial check'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
       name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
       version: '0.014'
@@ -569,7 +550,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
       name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
       version: '0.014'
@@ -580,11 +561,11 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@Author::ETHER/CheckPrereqsIndexed'
-      version: '0.020'
+      version: '0.022'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::ETHER/TestRelease'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -595,18 +576,18 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
       name: '@Author::ETHER/after tests'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: '@Author::ETHER/CheckIssues'
-      version: '0.010'
+      version: '0.011'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Author::ETHER/UploadToCPAN'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::CopyFilesFromRelease
       config:
@@ -634,7 +615,7 @@ x_Dist_Zilla:
           phase: develop
           type: recommends
       name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::RewriteVersion::Transitional
       config:
@@ -668,6 +649,7 @@ x_Dist_Zilla:
           add_files_in:
             - .
           commit_msg: '%N-%v%t%n%n%c'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - CONTRIBUTING
@@ -678,12 +660,12 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::ETHER/@Git::VersionManager/release snapshot'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -691,22 +673,21 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v1.000037
+          tag: v1.000038
           tag_format: v%V
           tag_message: v%v%t
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
         Dist::Zilla::Plugin::BumpVersionAfterRelease:
           finders:
-            - ':ExecFiles'
             - ':InstallModules'
           global: 1
           munge_makefile_pl: 1
@@ -716,13 +697,14 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Author::ETHER/@Git::VersionManager/NextRelease'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: 'increment $VERSION after %v release'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Build.PL
@@ -732,12 +714,12 @@ x_Dist_Zilla:
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::ETHER/@Git::VersionManager/post-release commit'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -745,7 +727,7 @@ x_Dist_Zilla:
           phase: x_Dist_Zilla
           type: requires
       name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -754,17 +736,17 @@ x_Dist_Zilla:
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.22.0
+          git_version: 2.40.0
           repo_root: .
       name: '@Author::ETHER/Git::Push'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::GitHub::Update
       config:
         Dist::Zilla::Plugin::GitHub::Update:
           metacpan: 1
       name: '@Author::ETHER/GitHub::Update'
-      version: '0.47'
+      version: '0.48'
     -
       class: Dist::Zilla::Plugin::Run::AfterRelease
       config:
@@ -790,7 +772,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::ETHER/ConfirmRelease'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -798,22 +780,22 @@ x_Dist_Zilla:
           phase: x_Dist_Zilla
           type: requires
       name: '@Author::ETHER/prereqs for @Author::ETHER'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::Encoding
       name: Encoding
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: MetaResources
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::OnlyCorePrereqs
       config:
         Dist::Zilla::Plugin::OnlyCorePrereqs:
           also_disallow: []
           check_dual_life_versions: '0'
-          deprecated_ok: '0'
+          deprecated_ok: 0
           phases:
             - configure
             - build
@@ -830,55 +812,55 @@ x_Dist_Zilla:
           phase: develop
           type: requires
       name: DevelopRequires
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::DynamicPrereqs
       config:
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: DynamicPrereqs
-      version: '0.035'
+      version: '0.040'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.013'
+      version: '6.030'
     -
       class: Dist::Zilla::Plugin::VerifyPhases
       name: '@Author::ETHER/PHASE VERIFICATION'
@@ -886,8 +868,8 @@ x_Dist_Zilla:
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
-      is_trial: '0'
-    version: '6.013'
+      is_trial: 0
+    version: '6.030'
 x_authority: cpan:MSTROUT
 x_contributors:
   - 'Karen Etheridge <ether@cpan.org>'
@@ -895,28 +877,27 @@ x_contributors:
   - 'Vincent Pit <perl@profvince.com>'
   - 'Matt S Trout <mst@shadowcat.co.uk>'
   - 'Chris Nehren <apeiron@cpan.org>'
-  - 'Tomas Doran <bobtfish@bobtfish.net>'
-  - 'Olivier Mengué <dolmen@cpan.org>'
   - 'Graham Knop <haarg@haarg.org>'
-  - 'tokuhirom <tokuhirom@gmail.com>'
-  - 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>'
+  - 'Olivier Mengué <dolmen@cpan.org>'
+  - 'Tomas Doran <bobtfish@bobtfish.net>'
   - 'Christian Walde <walde.christian@googlemail.com>'
-  - 'Leon Timmermans <fawaka@gmail.com>'
-  - 'Peter Rabbitson <ribasushi@cpan.org>'
-  - 'Steve Hay <steve.m.hay@googlemail.com>'
-  - 'Jerry D. Hedden <jdhedden@cpan.org>'
   - 'Craig A. Berry <cberry@cpan.org>'
-  - 'Craig A. Berry <craigberry@mac.com>'
+  - 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>'
+  - 'tokuhirom <tokuhirom@gmail.com>'
+  - "Chris 'BinGOs' Williams <chris@bingosnet.co.uk>"
   - 'David Mitchell <davem@iabyn.com>'
   - 'David Steinbrunner <dsteinbrunner@pobox.com>'
   - 'Edward Zborowski <ed@rubensteintech.com>'
   - 'Gareth Harper <gareth@broadbean.com>'
   - 'James Raspass <jraspass@gmail.com>'
-  - "Chris 'BinGOs' Williams <chris@bingosnet.co.uk>"
+  - 'Jerry D. Hedden <jdhedden@cpan.org>'
   - 'Josh Jore <jjore@cpan.org>'
   - 'Kent Fredric <kentnl@cpan.org>'
-x_generated_by_perl: v5.31.3
-x_serialization_backend: 'YAML::Tiny version 1.73'
+  - 'Leon Timmermans <fawaka@gmail.com>'
+  - 'Peter Rabbitson <ribasushi@cpan.org>'
+  - 'Steve Hay <steve.m.hay@googlemail.com>'
+x_generated_by_perl: v5.37.11
+x_serialization_backend: 'YAML::Tiny version 1.74'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
 x_static_install: 0
 x_use_unsafe_inc: 0
diff --git a/Makefile.PL b/Makefile.PL
index a6469ff..3e83d8b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.013.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
 use strict;
 use warnings;
 
@@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
     "Test::More" => "0.88",
     "lib" => 0
   },
-  "VERSION" => "1.000037",
+  "VERSION" => "1.000038",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -63,7 +63,7 @@ my %FallbackPrereqs = (
   "warnings" => 0
 );
 
-# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035
+# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040
 requires('IO::Scalar') if "$]" < '5.008';
 
 
@@ -78,7 +78,7 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
 
 WriteMakefile(%WriteMakefileArgs);
 
-# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.035
+# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040
 sub _add_prereq {
   my ($mm_key, $module, $version_or_range) = @_;
   $version_or_range ||= 0;
@@ -86,7 +86,7 @@ sub _add_prereq {
     if exists $WriteMakefileArgs{$mm_key}{$module}
       and $WriteMakefileArgs{$mm_key}{$module} ne '0'
       and $WriteMakefileArgs{$mm_key}{$module} ne $version_or_range;
-  warn "$module already exists in FallbackPrereqs (at version $WriteMakefileArgs{$mm_key}{$module}) -- need to do a sane metamerge!"
+  warn "$module already exists in FallbackPrereqs (at version $FallbackPrereqs{$module}) -- need to do a sane metamerge!"
     if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne '0'
         and $FallbackPrereqs{$module} ne $version_or_range;
   $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range;
diff --git a/README b/README
index bd2a3be..7955a8a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This archive contains the distribution Module-Metadata,
-version 1.000037:
+version 1.000038:
 
   Gather package and POD information from perl module files
 
@@ -9,4 +9,4 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.013.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
diff --git a/debian/changelog b/debian/changelog
index 044d446..3d437e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmodule-metadata-perl (1.000038-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 03 May 2023 21:56:31 -0000
+
 libmodule-metadata-perl (1.000037-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm
index 0309d76..a58ce04 100644
--- a/lib/Module/Metadata.pm
+++ b/lib/Module/Metadata.pm
@@ -1,6 +1,6 @@
 # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*-
 # vim:ts=8:sw=2:et:sta:sts=2:tw=78
-package Module::Metadata; # git description: v1.000036-4-g435a294
+package Module::Metadata; # git description: v1.000037-8-g92dec6c
 # ABSTRACT: Gather package and POD information from perl module files
 
 # Adapted from Perl-licensed code originally distributed with
@@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] }
 use strict;
 use warnings;
 
-our $VERSION = '1.000037';
+our $VERSION = '1.000038';
 
 use Carp qw/croak/;
 use File::Spec;
@@ -74,11 +74,22 @@ my $PKG_REGEXP  = qr{   # match a package declaration
   \s+                   # whitespace
   ($PKG_NAME_REGEXP)    # a package name
   \s*                   # optional whitespace
-  ($V_NUM_REGEXP)?        # optional version number
-  \s*                   # optional whitesapce
+  ($V_NUM_REGEXP)?      # optional version number
+  \s*                   # optional whitespace
   [;\{]                 # semicolon line terminator or block start (since 5.16)
 }x;
 
+my $CLASS_REGEXP = qr{  # match a class declaration (core since 5.38)
+  ^[\s\{;]*             # intro chars on a line
+  class                 # the word 'class'
+  \s+                   # whitespace
+  ($PKG_NAME_REGEXP)    # a package name
+  \s*                   # optional whitespace
+  ($V_NUM_REGEXP)?      # optional version number
+  \s*                   # optional whitespace
+  [;\{]                 # semicolon line terminator or block start
+}x;
+
 my $VARNAME_REGEXP = qr{ # match fully-qualified VERSION name
   ([\$*])         # sigil - $ or *
   (
@@ -607,7 +618,7 @@ sub _parse_fh {
         ? $self->_parse_version_expression( $line )
         : ();
 
-    if ( $line =~ /$PKG_REGEXP/o ) {
+    if ( $line =~ /$PKG_REGEXP/o or $line =~ /$CLASS_REGEXP/ ) {
       $package = $1;
       my $version = $2;
       push( @packages, $package ) unless grep( $package eq $_, @packages );
@@ -850,7 +861,7 @@ Module::Metadata - Gather package and POD information from perl module files
 
 =head1 VERSION
 
-version 1.000037
+version 1.000038
 
 =head1 SYNOPSIS
 
@@ -1082,7 +1093,7 @@ assistance from David Golden (xdg) <dagolden@cpan.org>.
 
 =head1 CONTRIBUTORS
 
-=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Tomas Doran Olivier Mengué Graham Knop tokuhirom Tatsuhiko Miyagawa Christian Walde Leon Timmermans Peter Rabbitson Steve Hay Jerry D. Hedden Craig A. Berry Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass 'BinGOs' Williams Josh Jore Kent Fredric
+=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Graham Knop Olivier Mengué Tomas Doran Christian Walde Craig A. Berry Tatsuhiko Miyagawa tokuhirom 'BinGOs' Williams Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass Jerry D. Hedden Josh Jore Kent Fredric Leon Timmermans Peter Rabbitson Steve Hay
 
 =over 4
 
@@ -1108,7 +1119,7 @@ Chris Nehren <apeiron@cpan.org>
 
 =item *
 
-Tomas Doran <bobtfish@bobtfish.net>
+Graham Knop <haarg@haarg.org>
 
 =item *
 
@@ -1116,75 +1127,71 @@ Olivier Mengué <dolmen@cpan.org>
 
 =item *
 
-Graham Knop <haarg@haarg.org>
-
-=item *
-
-tokuhirom <tokuhirom@gmail.com>
+Tomas Doran <bobtfish@bobtfish.net>
 
 =item *
 
-Tatsuhiko Miyagawa <miyagawa@bulknews.net>
+Christian Walde <walde.christian@googlemail.com>
 
 =item *
 
-Christian Walde <walde.christian@googlemail.com>
+Craig A. Berry <cberry@cpan.org>
 
 =item *
 
-Leon Timmermans <fawaka@gmail.com>
+Tatsuhiko Miyagawa <miyagawa@bulknews.net>
 
 =item *
 
-Peter Rabbitson <ribasushi@cpan.org>
+tokuhirom <tokuhirom@gmail.com>
 
 =item *
 
-Steve Hay <steve.m.hay@googlemail.com>
+Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
 
 =item *
 
-Jerry D. Hedden <jdhedden@cpan.org>
+David Mitchell <davem@iabyn.com>
 
 =item *
 
-Craig A. Berry <cberry@cpan.org>
+David Steinbrunner <dsteinbrunner@pobox.com>
 
 =item *
 
-Craig A. Berry <craigberry@mac.com>
+Edward Zborowski <ed@rubensteintech.com>
 
 =item *
 
-David Mitchell <davem@iabyn.com>
+Gareth Harper <gareth@broadbean.com>
 
 =item *
 
-David Steinbrunner <dsteinbrunner@pobox.com>
+James Raspass <jraspass@gmail.com>
 
 =item *
 
-Edward Zborowski <ed@rubensteintech.com>
+Jerry D. Hedden <jdhedden@cpan.org>
 
 =item *
 
-Gareth Harper <gareth@broadbean.com>
+Josh Jore <jjore@cpan.org>
 
 =item *
 
-James Raspass <jraspass@gmail.com>
+Kent Fredric <kentnl@cpan.org>
 
 =item *
 
-Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
+Leon Timmermans <fawaka@gmail.com>
 
 =item *
 
-Josh Jore <jjore@cpan.org>
+Peter Rabbitson <ribasushi@cpan.org>
 
 =item *
 
-Kent Fredric <kentnl@cpan.org>
+Steve Hay <steve.m.hay@googlemail.com>
 
 =back
 
diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd
index 8386d47..d387154 100644
--- a/t/00-report-prereqs.dd
+++ b/t/00-report-prereqs.dd
@@ -7,7 +7,7 @@ do { my $x = {
                       },
        'develop' => {
                       'recommends' => {
-                                        'Dist::Zilla::PluginBundle::Author::ETHER' => '0.150',
+                                        'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162',
                                         'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
                                       },
                       'requires' => {
@@ -110,13 +110,13 @@ do { my $x = {
                                            'Dist::Zilla::Plugin::OnlyCorePrereqs' => '0.014',
                                            'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
                                            'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
-                                           'Dist::Zilla::Plugin::PodWeaver' => '4.005',
+                                           'Dist::Zilla::Plugin::PodWeaver' => '4.008',
                                            'Dist::Zilla::Plugin::Prereqs' => '0',
                                            'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
                                            'Dist::Zilla::Plugin::PromptIfStale' => '0',
                                            'Dist::Zilla::Plugin::Readme' => '0',
                                            'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
-                                           'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
+                                           'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006',
                                            'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
                                            'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
                                            'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
index 5f870d4..8164ae6 100644
--- a/t/00-report-prereqs.t
+++ b/t/00-report-prereqs.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.029
 
 use Test::More tests => 1;
 
@@ -116,20 +116,24 @@ for my $phase ( qw(configure build test runtime develop other) ) {
         my @reports = [qw/Module Want Have/];
 
         for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
-            next if $mod eq 'perl';
             next if grep { $_ eq $mod } @exclude;
 
-            my $file = $mod;
-            $file =~ s{::}{/}g;
-            $file .= ".pm";
-            my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
-
             my $want = $req_hash->{$phase}{$type}{$mod};
             $want = "undef" unless defined $want;
             $want = "any" if !$want && $want == 0;
 
+            if ($mod eq 'perl') {
+                push @reports, ['perl', $want, $]];
+                next;
+            }
+
             my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
 
+            my $file = $mod;
+            $file =~ s{::}{/}g;
+            $file .= ".pm";
+            my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
+
             if ($prefix) {
                 my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
                 $have = "undef" unless defined $have;
@@ -195,6 +199,6 @@ if ( @dep_errors ) {
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff --git a/t/extract-package.t b/t/extract-package.t
index 43c4012..e7256e2 100644
--- a/t/extract-package.t
+++ b/t/extract-package.t
@@ -127,6 +127,21 @@ $VERSION = '999';
 $::VERSION = 0.01;
 ---
 },
+{
+  name => 'class NAME::SUBNAME',
+  package => [ 'Simple::Edward' ],
+  code => <<'---',
+class Simple::Edward;
+---
+},
+{
+  name => 'class NAME::SUBNAME',
+  package => [ 'main', 'Simple::Edward' ],
+  code => <<'---',
+our $foo = 1;
+class Simple::Edward;
+---
+},
 );
 
 my $test_num = 0;
diff --git a/t/extract-version.t b/t/extract-version.t
index 345a457..29cfbec 100644
--- a/t/extract-version.t
+++ b/t/extract-version.t
@@ -354,6 +354,38 @@ our $VERSION = '1.23_00_00';
   vers => 'v1.2_3',
   all_versions => { Simple => 'v1.2_3' },
 },
+{
+  name => 'class NAME VERSION',
+  code => <<'---',
+  class Simple 1.23;
+---
+  vers => '1.23',
+  all_versions => { Simple => '1.23' },
+},
+{
+  name => 'class NAME VERSION',
+  code => <<'---',
+  class Simple 1.23_01;
+---
+  vers => '1.23_01',
+  all_versions => { Simple => '1.23_01' },
+},
+{
+  name => 'class NAME VERSION',
+  code => <<'---',
+  class Simple v1.2.3;
+---
+  vers => 'v1.2.3',
+  all_versions => { Simple => 'v1.2.3' },
+},
+{
+  name => 'class NAME VERSION',
+  code => <<'---',
+  class Simple v1.2_3;
+---
+  vers => 'v1.2_3',
+  all_versions => { Simple => 'v1.2_3' },
+},
 {
   name => 'trailing crud',
   code => <<'---',
@@ -434,6 +466,46 @@ package Simple v1.2.3_4 {
   vers => 'v1.2.3_4',
   all_versions => { Simple => 'v1.2.3_4' },
 },
+{
+  name => 'class NAME BLOCK, undef $VERSION',
+  code => <<'---',
+class Simple {
+  our $VERSION;
+}
+---
+  vers => $undef,
+  all_versions => {},
+},
+{
+  name => 'class NAME BLOCK, with $VERSION',
+  code => <<'---',
+class Simple {
+  our $VERSION = '1.23';
+}
+---
+  vers => '1.23',
+  all_versions => { Simple => '1.23' },
+},
+{
+  name => 'class NAME VERSION BLOCK (1)',
+  code => <<'---',
+class Simple 1.23 {
+  1;
+}
+---
+  vers => '1.23',
+  all_versions => { Simple => '1.23' },
+},
+{
+  name => 'class NAME VERSION BLOCK (2)',
+  code => <<'---',
+class Simple v1.2.3_4 {
+  1;
+}
+---
+  vers => 'v1.2.3_4',
+  all_versions => { Simple => 'v1.2.3_4' },
+},
 {
   name => 'set from separately-initialised variable, two lines',
   code => <<'---',
@@ -619,6 +691,7 @@ my $tmpdir = GeneratePackage::tmpdir();
 
 # iterate through @modules
 foreach my $test_case (@modules) {
+  note '';
   note '-------';
   note $test_case->{name};
   my $code = $test_case->{code};
diff --git a/xt/author/changes_has_content.t b/xt/author/changes_has_content.t
deleted file mode 100644
index d85262a..0000000
--- a/xt/author/changes_has_content.t
+++ /dev/null
@@ -1,15 +0,0 @@
-use strict;
-use warnings;
-
-use Test::More;
-plan skip_all => 'xt/release/changes_has_content.t is missing' if not -e 'xt/release/changes_has_content.t';
-
-# skip for master branch, only for travis
-if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
-    chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`));
-    $TODO = 'Changes need not have content for this release yet if this is only the master branch'
-        if ($branch_name || '') eq 'master';
-}
-
-do './xt/release/changes_has_content.t';
-die $@ if $@;
diff --git a/xt/release/distmeta.t b/xt/author/distmeta.t
similarity index 82%
rename from xt/release/distmeta.t
rename to xt/author/distmeta.t
index c2280dc..d13978a 100644
--- a/xt/release/distmeta.t
+++ b/xt/author/distmeta.t
@@ -1,6 +1,7 @@
 #!perl
 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
-
+use strict;
+use warnings;
 use Test::CPAN::Meta;
 
 meta_yaml_ok();
diff --git a/xt/author/eol.t b/xt/author/eol.t
index 5633dd4..77b889b 100644
--- a/xt/author/eol.t
+++ b/xt/author/eol.t
@@ -23,8 +23,8 @@ my @files = (
     't/taint.t',
     't/version.t',
     'xt/author/00-compile.t',
-    'xt/author/changes_has_content.t',
     'xt/author/compat_lc.t',
+    'xt/author/distmeta.t',
     'xt/author/eol.t',
     'xt/author/kwalitee.t',
     'xt/author/minimum-version.t',
@@ -35,8 +35,7 @@ my @files = (
     'xt/author/pod-syntax.t',
     'xt/author/portability.t',
     'xt/release/changes_has_content.t',
-    'xt/release/cpan-changes.t',
-    'xt/release/distmeta.t'
+    'xt/release/cpan-changes.t'
 );
 
 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
diff --git a/xt/author/no-tabs.t b/xt/author/no-tabs.t
index 7f01060..e641ad9 100644
--- a/xt/author/no-tabs.t
+++ b/xt/author/no-tabs.t
@@ -23,8 +23,8 @@ my @files = (
     't/taint.t',
     't/version.t',
     'xt/author/00-compile.t',
-    'xt/author/changes_has_content.t',
     'xt/author/compat_lc.t',
+    'xt/author/distmeta.t',
     'xt/author/eol.t',
     'xt/author/kwalitee.t',
     'xt/author/minimum-version.t',
@@ -35,8 +35,7 @@ my @files = (
     'xt/author/pod-syntax.t',
     'xt/author/portability.t',
     'xt/release/changes_has_content.t',
-    'xt/release/cpan-changes.t',
-    'xt/release/distmeta.t'
+    'xt/release/cpan-changes.t'
 );
 
 notabs_ok($_) foreach @files;
diff --git a/xt/author/pod-coverage.t b/xt/author/pod-coverage.t
index 66b3b64..e6a9813 100644
--- a/xt/author/pod-coverage.t
+++ b/xt/author/pod-coverage.t
@@ -1,6 +1,7 @@
 #!perl
 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
-
+use strict;
+use warnings;
 use Test::Pod::Coverage 1.08;
 use Pod::Coverage::TrustPod;
 
diff --git a/xt/author/portability.t b/xt/author/portability.t
index c531252..6d1d92d 100644
--- a/xt/author/portability.t
+++ b/xt/author/portability.t
@@ -3,8 +3,6 @@ use warnings;
 
 use Test::More;
 
-eval 'use Test::Portability::Files';
-plan skip_all => 'Test::Portability::Files required for testing portability'
-    if $@;
+use Test::Portability::Files;
 
 run_tests();
diff --git a/xt/release/changes_has_content.t b/xt/release/changes_has_content.t
index 9e4bc74..ca7540a 100644
--- a/xt/release/changes_has_content.t
+++ b/xt/release/changes_has_content.t
@@ -2,7 +2,7 @@ use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.000037';
+my $newver = '1.000038';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/doc/libmodule-metadata-perl/CONTRIBUTING

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/libmodule-metadata-perl/CONTRIBUTING.gz

No differences were encountered in the control files

More details

Full run details