Script 'mail_helper' called by obssrc
Hello community,

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

Package is "perl-String-Errf"

Wed Jan  4 17:54:17 2023 rev:8 rq:1055911 version:0.009

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-String-Errf/perl-String-Errf.changes        
2016-07-14 09:46:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-String-Errf.new.1563/perl-String-Errf.changes  
    2023-01-04 17:54:58.471020385 +0100
@@ -1,0 +2,10 @@
+Sun Jan  1 03:17:43 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-String-Errf/Changes
+
+  0.009     2022-12-31 16:43:32-05:00 America/New_York
+          - update packaging and metadata
+          - minimum required Perl is now v5.12
+
+-------------------------------------------------------------------

Old:
----
  String-Errf-0.008.tar.gz

New:
----
  String-Errf-0.009.tar.gz

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

Other differences:
------------------
++++++ perl-String-Errf.spec ++++++
--- /var/tmp/diff_new_pack.1ojX1d/_old  2023-01-04 17:54:59.155024417 +0100
+++ /var/tmp/diff_new_pack.1ojX1d/_new  2023-01-04 17:54:59.159024440 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-Errf
 #
-# Copyright (c) 2016 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,25 +12,24 @@
 # 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 String-Errf
 Name:           perl-String-Errf
-Version:        0.008
+Version:        0.009
 Release:        0
-%define cpan_name String-Errf
-Summary:        Simple Sprintf-Like Dialect
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/String-Errf/
-Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Simple sprintf-like dialect
+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(Date::Format)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(String::Formatter) >= 0.102081
@@ -54,14 +53,14 @@
 imported. Calling String::Errf::errf will not do what you want.
 
 %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
@@ -69,7 +68,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ String-Errf-0.008.tar.gz -> String-Errf-0.009.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/Changes 
new/String-Errf-0.009/Changes
--- old/String-Errf-0.008/Changes       2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/Changes       2022-12-31 22:43:33.000000000 +0100
@@ -1,7 +1,11 @@
 Release history for String-Errf
 
+0.009     2022-12-31 16:43:32-05:00 America/New_York
+        - update packaging and metadata
+        - minimum required Perl is now v5.12
+
 0.008     2016-07-04 11:37:17-04:00 America/New_York
-          - switch from JSON to JSON::MaybeXS
+        - switch from JSON to JSON::MaybeXS
 
 0.007     2013-11-24 13:46:17 America/New_York
           catch more bad input and die [rt.cpan.org #83552]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/LICENSE 
new/String-Errf-0.009/LICENSE
--- old/String-Errf-0.008/LICENSE       2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/LICENSE       2022-12-31 22:43:33.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 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) 2016 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) 2016 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/String-Errf-0.008/MANIFEST 
new/String-Errf-0.009/MANIFEST
--- old/String-Errf-0.008/MANIFEST      2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/MANIFEST      2022-12-31 22:43:33.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
+# 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/String-Errf-0.008/META.json 
new/String-Errf-0.009/META.json
--- old/String-Errf-0.008/META.json     2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/META.json     2022-12-31 22:43:33.000000000 +0100
@@ -1,10 +1,10 @@
 {
    "abstract" : "a simple sprintf-like dialect",
    "author" : [
-      "Ricardo Signes <[email protected]>"
+      "Ricardo Signes <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -16,11 +16,12 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "6.78"
          }
       },
       "develop" : {
          "requires" : {
+            "Encode" : "0",
             "Test::More" : "0",
             "Test::Pod" : "1.41"
          }
@@ -34,6 +35,7 @@
             "Sub::Exporter" : "0",
             "Time::Piece" : "0",
             "parent" : "0",
+            "perl" : "5.012",
             "strict" : "0",
             "warnings" : "0"
          }
@@ -64,10 +66,10 @@
          "web" : "https://github.com/rjbs/String-Errf";
       }
    },
-   "version" : "0.008",
+   "version" : "0.009",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.024000"
+         "version" : "5.037002"
       },
       "plugins" : [
          {
@@ -87,12 +89,12 @@
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.039"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.018"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -114,7 +116,7 @@
                }
             },
             "name" : "@RJBS/RJBS-Outdated",
-            "version" : "0.051"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -125,66 +127,68 @@
                   "modules" : [],
                   "phase" : "release",
                   "run_under_travis" : 0,
-                  "skip" : []
+                  "skip" : [
+                     "Dist::Zilla::Plugin::RJBSMisc"
+                  ]
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
-            "version" : "0.051"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -194,62 +198,68 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "config" : {
                "Dist::Zilla::Plugin::Git::NextVersion" : {
                   "first_version" : "0.001",
-                  "version_by_branch" : 0,
+                  "version_by_branch" : 1,
                   "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.039"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
             "name" : "@RJBS/Test::ChangesHasContent",
-            "version" : "0.010"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@RJBS/Test::ReportPrereqs",
-            "version" : "0.025"
+            "version" : "0.028"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
+            "name" : "@RJBS/Git::Remote::Check",
+            "version" : "0.1.2"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -260,7 +270,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -277,82 +287,87 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.013"
+                        "version" : "4.018"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::GenerateSection",
+                        "name" : "@RJBS/PerlSupport",
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -362,23 +377,28 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.013"
+                        "version" : "4.018"
                      }
                   ]
                }
             },
             "name" : "@RJBS/PodWeaver",
-            "version" : "4.008"
+            "version" : "4.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RJBSMisc",
+            "name" : "@RJBS/RJBSMisc",
+            "version" : "5.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@RJBS/GithubMeta",
-            "version" : "0.54"
+            "version" : "0.58"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -395,18 +415,20 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.039"
+            "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" : [
@@ -417,6 +439,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -424,7 +447,7 @@
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.039"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -433,11 +456,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "0.008",
+                  "tag" : "0.009",
                   "tag_format" : "%v",
-                  "tag_message" : "v%v"
+                  "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -445,103 +469,106 @@
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.039"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "config" : {
                "Dist::Zilla::Plugin::Git::Push" : {
                   "push_to" : [
-                     "origin :",
                      "github :"
                   ],
                   "remotes_must_exist" : 0
                },
                "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.38.0",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.039"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
+                  "git_version" : "2.38.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
-                  "paths" : [
-                     "."
-                  ]
+                  "paths" : []
                }
             },
             "name" : "@RJBS/Git::Contributors",
-            "version" : "0.023"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.006"
+            "version" : "6.029"
          }
       ],
       "zilla" : {
          "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
-            "is_trial" : "0"
+            "is_trial" : 0
          },
-         "version" : "6.006"
+         "version" : "6.029"
       }
    },
    "x_contributors" : [
       "Karen Etheridge <[email protected]>",
-      "Pedro Melo <[email protected]>"
+      "Pedro Melo <[email protected]>",
+      "Ricardo Signes <[email protected]>"
    ],
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
+   "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/String-Errf-0.008/META.yml 
new/String-Errf-0.009/META.yml
--- old/String-Errf-0.008/META.yml      2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/META.yml      2022-12-31 22:43:33.000000000 +0100
@@ -1,7 +1,7 @@
 ---
 abstract: 'a simple sprintf-like dialect'
 author:
-  - 'Ricardo Signes <[email protected]>'
+  - 'Ricardo Signes <[email protected]>'
 build_requires:
   Date::Format: '0'
   ExtUtils::MakeMaker: '0'
@@ -10,9 +10,9 @@
   Test::More: '0.96'
   autodie: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.78'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150005'
+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
@@ -26,16 +26,17 @@
   Sub::Exporter: '0'
   Time::Piece: '0'
   parent: '0'
+  perl: '5.012'
   strict: '0'
   warnings: '0'
 resources:
   bugtracker: https://github.com/rjbs/String-Errf/issues
   homepage: https://github.com/rjbs/String-Errf
   repository: https://github.com/rjbs/String-Errf.git
-version: '0.008'
+version: '0.009'
 x_Dist_Zilla:
   perl:
-    version: '5.024000'
+    version: '5.037002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -51,11 +52,11 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.039'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: '0.018'
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
@@ -72,7 +73,7 @@
           run_under_travis: 0
           skip: []
       name: '@RJBS/RJBS-Outdated'
-      version: '0.051'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -82,103 +83,109 @@
           modules: []
           phase: release
           run_under_travis: 0
-          skip: []
+          skip:
+            - Dist::Zilla::Plugin::RJBSMisc
       name: '@RJBS/CPAN-Outdated'
-      version: '0.051'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
         Dist::Zilla::Plugin::Git::NextVersion:
           first_version: '0.001'
-          version_by_branch: 0
+          version_by_branch: 1
           version_regexp: (?^:^([0-9]+\.[0-9]+)$)
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.38.0
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.039'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
-      version: '0.010'
+      version: '0.011'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
-      version: '0.025'
+      version: '0.028'
+    -
+      class: Dist::Zilla::Plugin::Git::Remote::Check
+      name: '@RJBS/Git::Remote::Check'
+      version: 0.1.2
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -186,7 +193,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -200,67 +207,71 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.013'
+              version: '4.018'
+            -
+              class: Pod::Weaver::Section::GenerateSection
+              name: '@RJBS/PerlSupport'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -268,17 +279,21 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.013'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.013'
+              version: '4.018'
       name: '@RJBS/PodWeaver'
-      version: '4.008'
+      version: '4.009'
+    -
+      class: Dist::Zilla::Plugin::RJBSMisc
+      name: '@RJBS/RJBSMisc'
+      version: '5.020'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
-      version: '0.54'
+      version: '0.58'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -291,15 +306,17 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.38.0
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.039'
+      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
@@ -307,11 +324,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.38.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.039'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -319,84 +337,89 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '0.008'
+          tag: '0.009'
           tag_format: '%v'
-          tag_message: v%v
+          tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.38.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.039'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
         Dist::Zilla::Plugin::Git::Push:
           push_to:
-            - 'origin :'
             - 'github :'
           remotes_must_exist: 0
         Dist::Zilla::Role::Git::Repo:
+          git_version: 2.38.0
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.039'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
+          git_version: 2.38.0
           include_authors: 0
           include_releaser: 1
           order_by: name
-          paths:
-            - .
+          paths: []
       name: '@RJBS/Git::Contributors'
-      version: '0.023'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.006'
+      version: '6.029'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.006'
+      version: '6.029'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
-      is_trial: '0'
-    version: '6.006'
+      is_trial: 0
+    version: '6.029'
 x_contributors:
   - 'Karen Etheridge <[email protected]>'
   - 'Pedro Melo <[email protected]>'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+  - '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/String-Errf-0.008/Makefile.PL 
new/String-Errf-0.009/Makefile.PL
--- old/String-Errf-0.008/Makefile.PL   2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/Makefile.PL   2022-12-31 22:43:33.000000000 +0100
@@ -1,19 +1,20 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.006.
+# 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" => "a simple sprintf-like dialect",
-  "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>",
+  "AUTHOR" => "Ricardo Signes <cpan\@semiotic.systems>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => 0
+    "ExtUtils::MakeMaker" => "6.78"
   },
   "DISTNAME" => "String-Errf",
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.012",
   "NAME" => "String::Errf",
   "PREREQ_PM" => {
     "Carp" => 0,
@@ -34,7 +35,7 @@
     "Test::More" => "0.96",
     "autodie" => 0
   },
-  "VERSION" => "0.008",
+  "VERSION" => "0.009",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/README new/String-Errf-0.009/README
--- old/String-Errf-0.008/README        2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/README        2022-12-31 22:43:33.000000000 +0100
@@ -1,15 +1,12 @@
-
-
 This archive contains the distribution String-Errf,
-version 0.008:
+version 0.009:
 
   a simple sprintf-like dialect
 
-This software is copyright (c) 2016 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.006.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.029.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/dist.ini 
new/String-Errf-0.009/dist.ini
--- old/String-Errf-0.008/dist.ini      2016-07-04 17:37:25.000000000 +0200
+++ new/String-Errf-0.009/dist.ini      2022-12-31 22:43:33.000000000 +0100
@@ -1,6 +1,7 @@
 name    = String-Errf
-author  = Ricardo Signes <[email protected]>
+author  = Ricardo Signes <[email protected]>
 license = Perl_5
 copyright_holder = Ricardo Signes
 
 [@RJBS]
+perl-window = long-term
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/lib/String/Errf.pm 
new/String-Errf-0.009/lib/String/Errf.pm
--- old/String-Errf-0.008/lib/String/Errf.pm    2016-07-04 17:37:25.000000000 
+0200
+++ new/String-Errf-0.009/lib/String/Errf.pm    2022-12-31 22:43:33.000000000 
+0100
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
-package String::Errf; # I really wanted to call it String::Fister.
-$String::Errf::VERSION = '0.008';
+package String::Errf 0.009;
+
 use String::Formatter 0.102081 ();
 use parent 'String::Formatter';
 # ABSTRACT: a simple sprintf-like dialect
@@ -453,7 +453,7 @@
 
 =head1 VERSION
 
-version 0.008
+version 0.009
 
 =head1 SYNOPSIS
 
@@ -475,6 +475,16 @@
 available when imported.  Calling L<String::Errf::errf> will not do what you
 want.
 
+=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 DIFFERENCES FROM SPRINTF
 
 The data passed to C<errf> should be organized in a single hashref, not a list.
@@ -630,11 +640,11 @@
 
 =head1 AUTHOR
 
-Ricardo Signes <[email protected]>
+Ricardo Signes <[email protected]>
 
 =head1 CONTRIBUTORS
 
-=for stopwords Karen Etheridge Pedro Melo
+=for stopwords Karen Etheridge Pedro Melo Ricardo Signes
 
 =over 4
 
@@ -646,11 +656,15 @@
 
 Pedro Melo <[email protected]>
 
+=item *
+
+Ricardo Signes <[email protected]>
+
 =back
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2016 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/String-Errf-0.008/t/00-report-prereqs.dd 
new/String-Errf-0.009/t/00-report-prereqs.dd
--- old/String-Errf-0.008/t/00-report-prereqs.dd        2016-07-04 
17:37:25.000000000 +0200
+++ new/String-Errf-0.009/t/00-report-prereqs.dd        2022-12-31 
22:43:33.000000000 +0100
@@ -1,11 +1,12 @@
 do { my $x = {
        'configure' => {
                         'requires' => {
-                                        'ExtUtils::MakeMaker' => '0'
+                                        'ExtUtils::MakeMaker' => '6.78'
                                       }
                       },
        'develop' => {
                       'requires' => {
+                                      'Encode' => '0',
                                       'Test::More' => '0',
                                       'Test::Pod' => '1.41'
                                     }
@@ -19,6 +20,7 @@
                                       'Sub::Exporter' => '0',
                                       'Time::Piece' => '0',
                                       'parent' => '0',
+                                      'perl' => '5.012',
                                       'strict' => '0',
                                       'warnings' => '0'
                                     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/t/00-report-prereqs.t 
new/String-Errf-0.009/t/00-report-prereqs.t
--- old/String-Errf-0.008/t/00-report-prereqs.t 2016-07-04 17:37:25.000000000 
+0200
+++ new/String-Errf-0.009/t/00-report-prereqs.t 2022-12-31 22:43:33.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -68,7 +68,7 @@
 );
 
 # Add static prereqs to the included modules list
-my $static_prereqs = do 't/00-report-prereqs.dd';
+my $static_prereqs = do './t/00-report-prereqs.dd';
 
 # Merge all prereqs (either with ::Prereqs or a hashref)
 my $full_prereqs = _merge_prereqs(
@@ -78,12 +78,14 @@
 
 # Add dynamic prereqs to the included modules list (if we can)
 my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+my $cpan_meta_error;
 if ( $source && $HAS_CPAN_META
     && (my $meta = eval { CPAN::Meta->load_file($source) } )
 ) {
     $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
 }
 else {
+    $cpan_meta_error = $@;    # capture error from 
CPAN::Meta->load_file($source)
     $source = 'static metadata';
 }
 
@@ -169,15 +171,23 @@
     diag "\nVersions for all modules listed in $source (including optional 
ones):\n\n", @full_reports;
 }
 
+if ( $cpan_meta_error || @dep_errors ) {
+    diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
WARNING ***\n";
+}
+
+if ( $cpan_meta_error ) {
+    my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+    diag "\nCPAN::Meta->load_file('$orig_source') failed with: 
$cpan_meta_error\n";
+}
+
 if ( @dep_errors ) {
     diag join("\n",
-        "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
***\n",
-        "The following REQUIRED prerequisites were not satisfied:\n",
+        "\nThe following REQUIRED prerequisites were not satisfied:\n",
         @dep_errors,
         "\n"
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.008/xt/release/changes_has_content.t 
new/String-Errf-0.009/xt/release/changes_has_content.t
--- old/String-Errf-0.008/xt/release/changes_has_content.t      2016-07-04 
17:37:25.000000000 +0200
+++ new/String-Errf-0.009/xt/release/changes_has_content.t      2022-12-31 
22:43:33.000000000 +0100
@@ -1,11 +1,10 @@
-#!perl
-
 use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.008';
+my $newver = '0.009';
 my $trial_token = '-TRIAL';
+my $encoding = 'UTF-8';
 
 SKIP: {
     ok(-e $changes_file, "$changes_file file exists")
@@ -16,8 +15,6 @@
 
 done_testing;
 
-# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
-# by Jerome Quelin
 sub _get_changes
 {
     my $newver = shift;
@@ -25,6 +22,10 @@
     # parse changelog to find commit message
     open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
     my $changelog = join('', <$fh>);
+    if ($encoding) {
+        require Encode;
+        $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
+    }
     close $fh;
 
     my @content =

Reply via email to