Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Pod-Coverage-TrustPod for 
openSUSE:Factory checked in at 2023-01-04 17:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Coverage-TrustPod (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Coverage-TrustPod.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Coverage-TrustPod"

Wed Jan  4 17:54:22 2023 rev:4 rq:1055916 version:0.100006

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Pod-Coverage-TrustPod/perl-Pod-Coverage-TrustPod.changes
    2018-03-24 16:14:07.462213542 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Pod-Coverage-TrustPod.new.1563/perl-Pod-Coverage-TrustPod.changes
  2023-01-04 17:55:01.751039718 +0100
@@ -1,0 +2,10 @@
+Sun Jan  1 03:13:18 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.100006
+   see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes
+
+  0.100006  2022-12-31 14:06:16-05:00 America/New_York
+          - update packaging and metadata
+          - minimum required Perl is now v5.12
+
+-------------------------------------------------------------------

Old:
----
  Pod-Coverage-TrustPod-0.100005.tar.gz

New:
----
  Pod-Coverage-TrustPod-0.100006.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Pod-Coverage-TrustPod.spec ++++++
--- /var/tmp/diff_new_pack.VOsQKv/_old  2023-01-04 17:55:02.167042170 +0100
+++ /var/tmp/diff_new_pack.VOsQKv/_new  2023-01-04 17:55:02.171042193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Coverage-TrustPod
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name Pod-Coverage-TrustPod
 Name:           perl-Pod-Coverage-TrustPod
-Version:        0.100005
+Version:        0.100006
 Release:        0
-%define cpan_name Pod-Coverage-TrustPod
-Summary:        Allow a Module's Pod to Contain Pod::Coverage Hints
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Pod-Coverage-TrustPod/
+Summary:        Allow a module's pod to contain Pod::Coverage hints
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(Pod::Coverage::CountParents)
 BuildRequires:  perl(Pod::Eventual::Simple)
+BuildRequires:  perl(Pod::Find)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(Pod::Coverage::CountParents)
 Requires:       perl(Pod::Eventual::Simple)
+Requires:       perl(Pod::Find)
 %{perl_requires}
 
 %description
@@ -96,14 +97,14 @@
 This is unlikely ever to matter to you, but it's true.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -111,7 +112,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Pod-Coverage-TrustPod-0.100005.tar.gz -> 
Pod-Coverage-TrustPod-0.100006.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/Changes 
new/Pod-Coverage-TrustPod-0.100006/Changes
--- old/Pod-Coverage-TrustPod-0.100005/Changes  2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/Changes  2022-12-31 20:06:17.000000000 
+0100
@@ -1,5 +1,9 @@
 Revision history for Pod-Coverage-TrustPod
 
+0.100006  2022-12-31 14:06:16-05:00 America/New_York
+        - update packaging and metadata
+        - minimum required Perl is now v5.12
+
 0.100005  2018-03-12 08:34:52-04:00 America/New_York
         - remove an accidentally introduced // operator!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/LICENSE 
new/Pod-Coverage-TrustPod-0.100006/LICENSE
--- old/Pod-Coverage-TrustPod-0.100005/LICENSE  2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/LICENSE  2022-12-31 20:06:17.000000000 
+0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2018 by Ricardo SIGNES.
+This software is copyright (c) 2022 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2018 by Ricardo SIGNES.
+This software is Copyright (c) 2022 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2018 by Ricardo SIGNES.
+This software is Copyright (c) 2022 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@
 
   - "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 @@
 
 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/MANIFEST 
new/Pod-Coverage-TrustPod-0.100006/MANIFEST
--- old/Pod-Coverage-TrustPod-0.100005/MANIFEST 2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/MANIFEST 2022-12-31 20:06:17.000000000 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.011.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.029.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/META.json 
new/Pod-Coverage-TrustPod-0.100006/META.json
--- old/Pod-Coverage-TrustPod-0.100005/META.json        2018-03-12 
13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/META.json        2022-12-31 
20:06:17.000000000 +0100
@@ -1,10 +1,10 @@
 {
    "abstract" : "allow a module's pod to contain Pod::Coverage hints",
    "author" : [
-      "Ricardo SIGNES <[email protected]>"
+      "Ricardo SIGNES <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "6.78"
          }
       },
       "develop" : {
@@ -32,6 +32,7 @@
             "Pod::Eventual::Simple" : "0",
             "Pod::Find" : "0",
             "base" : "0",
+            "perl" : "5.012",
             "strict" : "0",
             "warnings" : "0"
          }
@@ -60,10 +61,10 @@
          "web" : "https://github.com/rjbs/Pod-Coverage-TrustPod";
       }
    },
-   "version" : "0.100005",
+   "version" : "0.100006",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.026001"
+         "version" : "5.037002"
       },
       "plugins" : [
          {
@@ -83,12 +84,12 @@
                }
             },
             "name" : "@Filter/Git::GatherDir",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@Filter/CheckPrereqsIndexed",
-            "version" : "0.020"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -110,7 +111,7 @@
                }
             },
             "name" : "@Filter/RJBS-Outdated",
-            "version" : "0.054"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -121,66 +122,68 @@
                   "modules" : [],
                   "phase" : "release",
                   "run_under_travis" : 0,
-                  "skip" : []
+                  "skip" : [
+                     "Dist::Zilla::Plugin::RJBSMisc"
+                  ]
                }
             },
             "name" : "@Filter/CPAN-Outdated",
-            "version" : "0.054"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Filter/@Filter/PruneCruft",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Filter/@Filter/ManifestSkip",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Filter/@Filter/MetaYAML",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Filter/@Filter/License",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Filter/@Filter/Readme",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Filter/@Filter/ExecDir",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Filter/@Filter/ShareDir",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Filter/@Filter/Manifest",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Filter/@Filter/TestRelease",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Filter/@Filter/ConfirmRelease",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Filter/@Filter/UploadToCPAN",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -190,7 +193,7 @@
                }
             },
             "name" : "@Filter/MakeMaker",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
@@ -201,32 +204,32 @@
                   "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Filter/Git::NextVersion",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@Filter/PkgVersion",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Filter/MetaConfig",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Filter/MetaJSON",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Filter/NextRelease",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -236,12 +239,17 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Filter/PodSyntaxTests",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@Filter/Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
+            "name" : "@Filter/Git::Remote::Check",
+            "version" : "0.1.2"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -252,7 +260,7 @@
                }
             },
             "name" : "@Filter/TestMoreWithSubtests",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -269,82 +277,87 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.015"
+                        "version" : "4.018"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::GenerateSection",
+                        "name" : "@RJBS/PerlSupport",
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -354,23 +367,28 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      }
                   ]
                }
             },
             "name" : "@Filter/PodWeaver",
-            "version" : "4.008"
+            "version" : "4.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RJBSMisc",
+            "name" : "@Filter/RJBSMisc",
+            "version" : "5.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@Filter/GithubMeta",
-            "version" : "0.54"
+            "version" : "0.58"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -387,19 +405,20 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Filter/@Git/Check",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%v%n%n%c"
+                  "commit_msg" : "v%V%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -410,7 +429,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -418,7 +437,7 @@
                }
             },
             "name" : "@Filter/@Git/Commit",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -427,12 +446,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "0.100005",
+                  "tag" : "0.100006",
                   "tag_format" : "%v",
-                  "tag_message" : "v%v"
+                  "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -440,31 +459,30 @@
                }
             },
             "name" : "@Filter/@Git/Tag",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "config" : {
                "Dist::Zilla::Plugin::Git::Push" : {
                   "push_to" : [
-                     "rjbs :",
                      "github :"
                   ],
                   "remotes_must_exist" : 0
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@Filter/@Git/Push",
-            "version" : "2.043"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.15.1",
+                  "git_version" : "2.38.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -472,12 +490,12 @@
                }
             },
             "name" : "@Filter/Git::Contributors",
-            "version" : "0.032"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::RemovePrereqs",
@@ -489,57 +507,57 @@
                }
             },
             "name" : "RemovePrereqs",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.011"
+            "version" : "6.029"
          }
       ],
       "zilla" : {
@@ -547,12 +565,16 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.011"
+         "version" : "6.029"
       }
    },
    "x_contributors" : [
-      "Andreas Marienborg <[email protected]>"
+      "Andreas Marienborg <[email protected]>",
+      "Ricardo Signes <[email protected]>"
    ],
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
+   "x_generated_by_perl" : "v5.37.2",
+   "x_rjbs_perl_window" : "long-term",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/META.yml 
new/Pod-Coverage-TrustPod-0.100006/META.yml
--- old/Pod-Coverage-TrustPod-0.100005/META.yml 2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/META.yml 2022-12-31 20:06:17.000000000 
+0100
@@ -1,16 +1,16 @@
 ---
 abstract: "allow a module's pod to contain Pod::Coverage hints"
 author:
-  - 'Ricardo SIGNES <[email protected]>'
+  - 'Ricardo SIGNES <[email protected]>'
 build_requires:
   ExtUtils::MakeMaker: '0'
   File::Spec: '0'
   Test::More: '0.96'
   lib: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.78'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,16 +21,17 @@
   Pod::Eventual::Simple: '0'
   Pod::Find: '0'
   base: '0'
+  perl: '5.012'
   strict: '0'
   warnings: '0'
 resources:
   bugtracker: https://github.com/rjbs/Pod-Coverage-TrustPod/issues
   homepage: https://github.com/rjbs/Pod-Coverage-TrustPod
   repository: https://github.com/rjbs/Pod-Coverage-TrustPod.git
-version: '0.100005'
+version: '0.100006'
 x_Dist_Zilla:
   perl:
-    version: '5.026001'
+    version: '5.037002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -46,11 +47,11 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@Filter/Git::GatherDir'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@Filter/CheckPrereqsIndexed'
-      version: '0.020'
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@Filter/CheckExtraTests'
@@ -67,7 +68,7 @@
           run_under_travis: 0
           skip: []
       name: '@Filter/RJBS-Outdated'
-      version: '0.054'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -77,60 +78,61 @@
           modules: []
           phase: release
           run_under_travis: 0
-          skip: []
+          skip:
+            - Dist::Zilla::Plugin::RJBSMisc
       name: '@Filter/CPAN-Outdated'
-      version: '0.054'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Filter/@Filter/PruneCruft'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Filter/@Filter/ManifestSkip'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Filter/@Filter/MetaYAML'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Filter/@Filter/License'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Filter/@Filter/Readme'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Filter/@Filter/ExecDir'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Filter/@Filter/ShareDir'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Filter/@Filter/Manifest'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Filter/@Filter/TestRelease'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Filter/@Filter/ConfirmRelease'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Filter/@Filter/UploadToCPAN'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@Filter/MakeMaker'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
@@ -139,26 +141,26 @@
           version_by_branch: 1
           version_regexp: (?^:^([0-9]+\.[0-9]+)$)
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.15.1
+          git_version: 2.38.0
           repo_root: .
       name: '@Filter/Git::NextVersion'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@Filter/PkgVersion'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Filter/MetaConfig'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Filter/MetaJSON'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Filter/NextRelease'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@Filter/Test::ChangesHasContent'
@@ -166,11 +168,15 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Filter/PodSyntaxTests'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@Filter/Test::ReportPrereqs'
-      version: '0.027'
+      version: '0.028'
+    -
+      class: Dist::Zilla::Plugin::Git::Remote::Check
+      name: '@Filter/Git::Remote::Check'
+      version: 0.1.2
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -178,7 +184,7 @@
           phase: test
           type: requires
       name: '@Filter/TestMoreWithSubtests'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -192,67 +198,71 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.015'
+              version: '4.018'
+            -
+              class: Pod::Weaver::Section::GenerateSection
+              name: '@RJBS/PerlSupport'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -260,17 +270,21 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.015'
+              version: '4.018'
       name: '@Filter/PodWeaver'
-      version: '4.008'
+      version: '4.009'
+    -
+      class: Dist::Zilla::Plugin::RJBSMisc
+      name: '@Filter/RJBSMisc'
+      version: '5.020'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@Filter/GithubMeta'
-      version: '0.54'
+      version: '0.58'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -283,16 +297,17 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.15.1
+          git_version: 2.38.0
           repo_root: .
       name: '@Filter/@Git/Check'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
-          commit_msg: v%v%n%n%c
+          commit_msg: v%V%n%n%c
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -300,12 +315,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.15.1
+          git_version: 2.38.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Filter/@Git/Commit'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -313,44 +328,43 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '0.100005'
+          tag: '0.100006'
           tag_format: '%v'
-          tag_message: v%v
+          tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.15.1
+          git_version: 2.38.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Filter/@Git/Tag'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
         Dist::Zilla::Plugin::Git::Push:
           push_to:
-            - 'rjbs :'
             - 'github :'
           remotes_must_exist: 0
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.15.1
+          git_version: 2.38.0
           repo_root: .
       name: '@Filter/@Git/Push'
-      version: '2.043'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.15.1
+          git_version: 2.38.0
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@Filter/Git::Contributors'
-      version: '0.032'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::RemovePrereqs
       config:
@@ -358,52 +372,56 @@
           modules_to_remove:
             - Carp::Heavy
       name: RemovePrereqs
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.011'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.011'
+      version: '6.029'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
-      is_trial: '0'
-    version: '6.011'
+      is_trial: 0
+    version: '6.029'
 x_contributors:
   - 'Andreas Marienborg <[email protected]>'
-x_serialization_backend: 'YAML::Tiny version 1.70'
+  - 'Ricardo Signes <[email protected]>'
+x_generated_by_perl: v5.37.2
+x_rjbs_perl_window: long-term
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/Makefile.PL 
new/Pod-Coverage-TrustPod-0.100006/Makefile.PL
--- old/Pod-Coverage-TrustPod-0.100005/Makefile.PL      2018-03-12 
13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/Makefile.PL      2022-12-31 
20:06:17.000000000 +0100
@@ -1,19 +1,20 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.011.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.029.
 use strict;
 use warnings;
 
+use 5.012;
 
-
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "allow a module's pod to contain Pod::Coverage hints",
-  "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>",
+  "AUTHOR" => "Ricardo SIGNES <cpan\@semiotic.systems>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => 0
+    "ExtUtils::MakeMaker" => "6.78"
   },
   "DISTNAME" => "Pod-Coverage-TrustPod",
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.012",
   "NAME" => "Pod::Coverage::TrustPod",
   "PREREQ_PM" => {
     "Pod::Coverage::CountParents" => 0,
@@ -29,7 +30,7 @@
     "Test::More" => "0.96",
     "lib" => 0
   },
-  "VERSION" => "0.100005",
+  "VERSION" => "0.100006",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/README 
new/Pod-Coverage-TrustPod-0.100006/README
--- old/Pod-Coverage-TrustPod-0.100005/README   2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/README   2022-12-31 20:06:17.000000000 
+0100
@@ -1,12 +1,12 @@
 This archive contains the distribution Pod-Coverage-TrustPod,
-version 0.100005:
+version 0.100006:
 
   allow a module's pod to contain Pod::Coverage hints
 
-This software is copyright (c) 2018 by Ricardo SIGNES.
+This software is copyright (c) 2022 by Ricardo SIGNES.
 
 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.011.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.029.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/dist.ini 
new/Pod-Coverage-TrustPod-0.100006/dist.ini
--- old/Pod-Coverage-TrustPod-0.100005/dist.ini 2018-03-12 13:34:55.000000000 
+0100
+++ new/Pod-Coverage-TrustPod-0.100006/dist.ini 2022-12-31 20:06:17.000000000 
+0100
@@ -1,11 +1,12 @@
 name    = Pod-Coverage-TrustPod
-author  = Ricardo SIGNES <[email protected]>
+author  = Ricardo SIGNES <[email protected]>
 license = Perl_5
 copyright_holder = Ricardo SIGNES
 
 [@Filter]
 -bundle = @RJBS
 -remove = AutoPrereqs
+perl-window = long-term
 
 [AutoPrereqs]
 skip = BaseWithNoPod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Pod-Coverage-TrustPod-0.100005/lib/Pod/Coverage/TrustPod.pm 
new/Pod-Coverage-TrustPod-0.100006/lib/Pod/Coverage/TrustPod.pm
--- old/Pod-Coverage-TrustPod-0.100005/lib/Pod/Coverage/TrustPod.pm     
2018-03-12 13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/lib/Pod/Coverage/TrustPod.pm     
2022-12-31 20:06:17.000000000 +0100
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
-package Pod::Coverage::TrustPod;
-$Pod::Coverage::TrustPod::VERSION = '0.100005';
+package Pod::Coverage::TrustPod 0.100006;
+
 use base 'Pod::Coverage::CountParents';
 # ABSTRACT: allow a module's pod to contain Pod::Coverage hints
 
@@ -148,7 +148,7 @@
 
 =head1 VERSION
 
-version 0.100005
+version 0.100006
 
 =head1 DESCRIPTION
 
@@ -209,19 +209,39 @@
 mechanism rather than the "privacy" mechanism in Pod::Coverage.  This is
 unlikely ever to matter to you, but it's true.
 
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago.  It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased.  The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
 =head1 AUTHOR
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
+
+=head1 CONTRIBUTORS
 
-=head1 CONTRIBUTOR
+=for stopwords Andreas Marienborg Ricardo Signes
 
-=for stopwords Andreas Marienborg
+=over 4
+
+=item *
 
 Andreas Marienborg <[email protected]>
 
+=item *
+
+Ricardo Signes <[email protected]>
+
+=back
+
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Ricardo SIGNES.
+This software is copyright (c) 2022 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Pod-Coverage-TrustPod-0.100005/t/00-report-prereqs.dd 
new/Pod-Coverage-TrustPod-0.100006/t/00-report-prereqs.dd
--- old/Pod-Coverage-TrustPod-0.100005/t/00-report-prereqs.dd   2018-03-12 
13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/t/00-report-prereqs.dd   2022-12-31 
20:06:17.000000000 +0100
@@ -1,7 +1,7 @@
 do { my $x = {
        'configure' => {
                         'requires' => {
-                                        'ExtUtils::MakeMaker' => '0'
+                                        'ExtUtils::MakeMaker' => '6.78'
                                       }
                       },
        'develop' => {
@@ -17,6 +17,7 @@
                                       'Pod::Eventual::Simple' => '0',
                                       'Pod::Find' => '0',
                                       'base' => '0',
+                                      'perl' => '5.012',
                                       'strict' => '0',
                                       'warnings' => '0'
                                     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-TrustPod-0.100005/t/00-report-prereqs.t 
new/Pod-Coverage-TrustPod-0.100006/t/00-report-prereqs.t
--- old/Pod-Coverage-TrustPod-0.100005/t/00-report-prereqs.t    2018-03-12 
13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/t/00-report-prereqs.t    2022-12-31 
20:06:17.000000000 +0100
@@ -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.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Pod-Coverage-TrustPod-0.100005/xt/release/changes_has_content.t 
new/Pod-Coverage-TrustPod-0.100006/xt/release/changes_has_content.t
--- old/Pod-Coverage-TrustPod-0.100005/xt/release/changes_has_content.t 
2018-03-12 13:34:55.000000000 +0100
+++ new/Pod-Coverage-TrustPod-0.100006/xt/release/changes_has_content.t 
2022-12-31 20:06:17.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.100005';
+my $newver = '0.100006';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to