Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Log-Dispatchouli for 
openSUSE:Factory checked in at 2021-06-29 22:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatchouli (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Dispatchouli"

Tue Jun 29 22:43:24 2021 rev:18 rq:903017 version:2.023

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Log-Dispatchouli/perl-Log-Dispatchouli.changes  
    2020-08-28 23:45:38.343476380 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new.2625/perl-Log-Dispatchouli.changes
    2021-06-29 22:44:02.810935970 +0200
@@ -1,0 +2,10 @@
+Sat Jun 19 03:08:02 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.023
+   see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
+
+  2.023     2021-06-18 21:52:17-04:00 America/New_York
+          - update author contact info
+          - add perl-support section
+
+-------------------------------------------------------------------

Old:
----
  Log-Dispatchouli-2.022.tar.gz

New:
----
  Log-Dispatchouli-2.023.tar.gz

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

Other differences:
------------------
++++++ perl-Log-Dispatchouli.spec ++++++
--- /var/tmp/diff_new_pack.rF61iE/_old  2021-06-29 22:44:03.322936646 +0200
+++ /var/tmp/diff_new_pack.rF61iE/_new  2021-06-29 22:44:03.322936646 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatchouli
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,19 @@
 #
 
 
+%define cpan_name Log-Dispatchouli
 Name:           perl-Log-Dispatchouli
-Version:        2.022
+Version:        2.023
 Release:        0
-%define cpan_name Log-Dispatchouli
 Summary:        Simple wrapper around Log::Dispatch
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 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(Log::Dispatch)
 BuildRequires:  perl(Log::Dispatch::Array)
 BuildRequires:  perl(Log::Dispatch::File)
@@ -76,11 +75,11 @@
 String::Flogger docs.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -91,7 +90,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Log-Dispatchouli-2.022.tar.gz -> Log-Dispatchouli-2.023.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/Changes 
new/Log-Dispatchouli-2.023/Changes
--- old/Log-Dispatchouli-2.022/Changes  2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/Changes  2021-06-19 03:52:19.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Log-Dispatchouli
 
+2.023     2021-06-18 21:52:17-04:00 America/New_York
+        - update author contact info
+        - add perl-support section
+
 2.022     2020-08-24 13:50:15-04:00 America/New_York
         - don't duplicate pid in syslog!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/LICENSE 
new/Log-Dispatchouli-2.023/LICENSE
--- old/Log-Dispatchouli-2.022/LICENSE  2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/LICENSE  2021-06-19 03:52:19.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2020 by Ricardo SIGNES.
+This software is copyright (c) 2021 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) 2020 by Ricardo SIGNES.
+This software is Copyright (c) 2021 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2020 by Ricardo SIGNES.
+This software is Copyright (c) 2021 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/MANIFEST 
new/Log-Dispatchouli-2.023/MANIFEST
--- old/Log-Dispatchouli-2.022/MANIFEST 2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/MANIFEST 2021-06-19 03:52:19.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.021.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/META.json 
new/Log-Dispatchouli-2.023/META.json
--- old/Log-Dispatchouli-2.022/META.json        2020-08-24 19:50:18.000000000 
+0200
+++ new/Log-Dispatchouli-2.023/META.json        2021-06-19 03:52:19.000000000 
+0200
@@ -1,10 +1,10 @@
 {
    "abstract" : "a simple wrapper around Log::Dispatch",
    "author" : [
-      "Ricardo SIGNES <[email protected]>"
+      "Ricardo SIGNES <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.021, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "6.78"
          },
          "suggests" : {
             "JSON::PP" : "2.27300"
@@ -79,10 +79,10 @@
          "web" : "https://github.com/rjbs/Log-Dispatchouli";
       }
    },
-   "version" : "2.022",
+   "version" : "2.023",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.032000"
+         "version" : "5.034000"
       },
       "plugins" : [
          {
@@ -102,7 +102,7 @@
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
@@ -140,7 +140,9 @@
                   "modules" : [],
                   "phase" : "release",
                   "run_under_travis" : 0,
-                  "skip" : []
+                  "skip" : [
+                     "Dist::Zilla::Plugin::RJBSMisc"
+                  ]
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
@@ -149,57 +151,57 @@
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -209,48 +211,48 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "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.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -260,7 +262,7 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
@@ -276,7 +278,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -293,82 +295,87 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.015"
+                        "version" : "4.017"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::GenerateSection",
+                        "name" : "@RJBS/PerlSupport",
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -378,12 +385,12 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      }
                   ]
                }
@@ -392,6 +399,11 @@
             "version" : "4.008"
          },
          {
+            "class" : "Dist::Zilla::Plugin::RJBSMisc",
+            "name" : "@RJBS/RJBSMisc",
+            "version" : "5.018"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@RJBS/GithubMeta",
             "version" : "0.58"
@@ -411,19 +423,20 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "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" : [
@@ -434,7 +447,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -442,7 +455,7 @@
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -451,12 +464,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "2.022",
+                  "tag" : "2.023",
                   "tag_format" : "%v",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -464,31 +477,30 @@
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "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.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.24.3 (Apple Git-128)",
+                  "git_version" : "2.30.1 (Apple Git-130)",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -496,7 +508,7 @@
                }
             },
             "name" : "@RJBS/Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -507,57 +519,57 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.015"
+            "version" : "6.021"
          }
       ],
       "zilla" : {
@@ -565,7 +577,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.015"
+         "version" : "6.021"
       }
    },
    "x_contributors" : [
@@ -577,12 +589,12 @@
       "Matt Phillips <[email protected]>",
       "Olivier Mengu\u00e9 <[email protected]>",
       "Randy Stauner <[email protected]>",
-      "Ricardo Signes <[email protected]>",
       "Ricardo Signes <[email protected]>",
       "Sawyer X <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.32.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.20",
+   "x_generated_by_perl" : "v5.34.0",
+   "x_rjbs_perl_support" : "long-term",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/META.yml 
new/Log-Dispatchouli-2.023/META.yml
--- old/Log-Dispatchouli-2.022/META.yml 2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/META.yml 2021-06-19 03:52:19.000000000 +0200
@@ -1,7 +1,7 @@
 ---
 abstract: 'a simple wrapper around Log::Dispatch'
 author:
-  - 'Ricardo SIGNES <[email protected]>'
+  - 'Ricardo SIGNES <[email protected]>'
 build_requires:
   ExtUtils::MakeMaker: '0'
   File::Spec: '0'
@@ -13,9 +13,9 @@
   base: '0'
   lib: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.78'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.021, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -43,10 +43,10 @@
   bugtracker: https://github.com/rjbs/Log-Dispatchouli/issues
   homepage: https://github.com/rjbs/Log-Dispatchouli
   repository: https://github.com/rjbs/Log-Dispatchouli.git
-version: '2.022'
+version: '2.023'
 x_Dist_Zilla:
   perl:
-    version: '5.032000'
+    version: '5.034000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -62,7 +62,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
@@ -93,92 +93,93 @@
           modules: []
           phase: release
           run_under_travis: 0
-          skip: []
+          skip:
+            - Dist::Zilla::Plugin::RJBSMisc
       name: '@RJBS/CPAN-Outdated'
       version: '0.057'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '6.015'
+      version: '6.021'
     -
       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.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
@@ -186,7 +187,7 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
@@ -198,7 +199,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -212,67 +213,71 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.015'
+              version: '4.017'
+            -
+              class: Pod::Weaver::Section::GenerateSection
+              name: '@RJBS/PerlSupport'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -280,14 +285,18 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.015'
+              version: '4.017'
       name: '@RJBS/PodWeaver'
       version: '4.008'
     -
+      class: Dist::Zilla::Plugin::RJBSMisc
+      name: '@RJBS/RJBSMisc'
+      version: '5.018'
+    -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
       version: '0.58'
@@ -303,16 +312,17 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: v%V%n%n%c
+          signoff: '0'
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -320,12 +330,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -333,40 +343,39 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '2.022'
+          tag: '2.023'
           tag_format: '%v'
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.046'
+      version: '2.047'
     -
       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.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: '2.24.3 (Apple Git-128)'
+          git_version: '2.30.1 (Apple Git-130)'
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@RJBS/Git::Contributors'
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -374,52 +383,52 @@
           phase: runtime
           type: requires
       name: Prereqs
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.015'
+      version: '6.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.015'
+      version: '6.021'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.015'
+    version: '6.021'
 x_contributors:
   - 'Christopher J. Madsen <[email protected]>'
   - 'Dagfinn Ilmari Manns??ker <[email protected]>'
@@ -429,9 +438,9 @@
   - 'Matt Phillips <[email protected]>'
   - 'Olivier Mengu?? <[email protected]>'
   - 'Randy Stauner <[email protected]>'
-  - 'Ricardo Signes <[email protected]>'
   - 'Ricardo Signes <[email protected]>'
   - 'Sawyer X <[email protected]>'
-x_generated_by_perl: v5.32.0
+x_generated_by_perl: v5.34.0
+x_rjbs_perl_support: 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/Log-Dispatchouli-2.022/Makefile.PL 
new/Log-Dispatchouli-2.023/Makefile.PL
--- old/Log-Dispatchouli-2.022/Makefile.PL      2020-08-24 19:50:18.000000000 
+0200
+++ new/Log-Dispatchouli-2.023/Makefile.PL      2021-06-19 03:52:19.000000000 
+0200
@@ -1,16 +1,16 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.021.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "a simple wrapper around Log::Dispatch",
-  "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>",
+  "AUTHOR" => "Ricardo SIGNES <rjbs\@semiotic.systems>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => 0
+    "ExtUtils::MakeMaker" => "6.78"
   },
   "DISTNAME" => "Log-Dispatchouli",
   "LICENSE" => "perl",
@@ -45,7 +45,7 @@
     "base" => 0,
     "lib" => 0
   },
-  "VERSION" => "2.022",
+  "VERSION" => "2.023",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/README 
new/Log-Dispatchouli-2.023/README
--- old/Log-Dispatchouli-2.022/README   2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/README   2021-06-19 03:52:19.000000000 +0200
@@ -1,12 +1,12 @@
 This archive contains the distribution Log-Dispatchouli,
-version 2.022:
+version 2.023:
 
   a simple wrapper around Log::Dispatch
 
-This software is copyright (c) 2020 by Ricardo SIGNES.
+This software is copyright (c) 2021 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.015.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.021.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.022/dist.ini 
new/Log-Dispatchouli-2.023/dist.ini
--- old/Log-Dispatchouli-2.022/dist.ini 2020-08-24 19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/dist.ini 2021-06-19 03:52:19.000000000 +0200
@@ -1,9 +1,11 @@
 name = Log-Dispatchouli
-author  = Ricardo SIGNES <[email protected]>
+author  = Ricardo SIGNES <[email protected]>
 license = Perl_5
 copyright_holder = Ricardo SIGNES
 
 [@RJBS]
+perl-support = long-term
+package-name-version = 0
 
 [Prereqs]
 Sys::Syslog = 0.16 ; native socket type
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatchouli-2.022/lib/Log/Dispatchouli/Global.pm 
new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli/Global.pm
--- old/Log-Dispatchouli-2.022/lib/Log/Dispatchouli/Global.pm   2020-08-24 
19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli/Global.pm   2021-06-19 
03:52:19.000000000 +0200
@@ -2,7 +2,7 @@
 use warnings;
 package Log::Dispatchouli::Global;
 # ABSTRACT: a system for sharing a global, dynamically-scoped logger
-$Log::Dispatchouli::Global::VERSION = '2.022';
+$Log::Dispatchouli::Global::VERSION = '2.023';
 use Carp ();
 use Log::Dispatchouli;
 use Scalar::Util ();
@@ -280,7 +280,7 @@
 
 =head1 VERSION
 
-version 2.022
+version 2.023
 
 =head1 DESCRIPTION
 
@@ -329,6 +329,16 @@
 controlled systems.  Remember, I<sharing your state with code you don't
 control is dangerous>.
 
+=head1 PERL VERSION SUPPORT
+
+This module has a long-term perl support period.  That means it will not
+require a version of perl released fewer than five years ago.
+
+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 USING
 
 In general, you will either be using a Log::Dispatchouli::Global class to get
@@ -436,11 +446,11 @@
 
 =head1 AUTHOR
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2020 by Ricardo SIGNES.
+This software is copyright (c) 2021 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/Log-Dispatchouli-2.022/lib/Log/Dispatchouli/Proxy.pm 
new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli/Proxy.pm
--- old/Log-Dispatchouli-2.022/lib/Log/Dispatchouli/Proxy.pm    2020-08-24 
19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli/Proxy.pm    2021-06-19 
03:52:19.000000000 +0200
@@ -2,7 +2,7 @@
 use warnings;
 package Log::Dispatchouli::Proxy;
 # ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::Proxy::VERSION = '2.022';
+$Log::Dispatchouli::Proxy::VERSION = '2.023';
 use Params::Util qw(_ARRAY0 _HASH0);
 
 #pod =head1 DESCRIPTION
@@ -149,7 +149,7 @@
 
 =head1 VERSION
 
-version 2.022
+version 2.023
 
 =head1 DESCRIPTION
 
@@ -176,13 +176,23 @@
 
 =back
 
+=head1 PERL VERSION SUPPORT
+
+This module has a long-term perl support period.  That means it will not
+require a version of perl released fewer than five years ago.
+
+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 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2020 by Ricardo SIGNES.
+This software is copyright (c) 2021 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/Log-Dispatchouli-2.022/lib/Log/Dispatchouli.pm 
new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli.pm
--- old/Log-Dispatchouli-2.022/lib/Log/Dispatchouli.pm  2020-08-24 
19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/lib/Log/Dispatchouli.pm  2021-06-19 
03:52:19.000000000 +0200
@@ -2,7 +2,7 @@
 use warnings;
 package Log::Dispatchouli;
 # ABSTRACT: a simple wrapper around Log::Dispatch
-$Log::Dispatchouli::VERSION = '2.022';
+$Log::Dispatchouli::VERSION = '2.023';
 use Carp ();
 use File::Spec ();
 use Log::Dispatch;
@@ -739,7 +739,7 @@
 
 =head1 VERSION
 
-version 2.022
+version 2.023
 
 =head1 SYNOPSIS
 
@@ -775,6 +775,16 @@
 are called only if needed.  For more information read the L<String::Flogger>
 docs.
 
+=head1 PERL VERSION SUPPORT
+
+This module has a long-term perl support period.  That means it will not
+require a version of perl released fewer than five years ago.
+
+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 METHODS
 
 =head2 new
@@ -1090,7 +1100,7 @@
 
 =head1 AUTHOR
 
-Ricardo SIGNES <[email protected]>
+Ricardo SIGNES <[email protected]>
 
 =head1 CONTRIBUTORS
 
@@ -1132,10 +1142,6 @@
 
 =item *
 
-Ricardo Signes <[email protected]>
-
-=item *
-
 Ricardo Signes <[email protected]>
 
 =item *
@@ -1146,7 +1152,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2020 by Ricardo SIGNES.
+This software is copyright (c) 2021 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/Log-Dispatchouli-2.022/t/00-report-prereqs.dd 
new/Log-Dispatchouli-2.023/t/00-report-prereqs.dd
--- old/Log-Dispatchouli-2.022/t/00-report-prereqs.dd   2020-08-24 
19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/t/00-report-prereqs.dd   2021-06-19 
03:52:19.000000000 +0200
@@ -1,7 +1,7 @@
 do { my $x = {
        'configure' => {
                         'requires' => {
-                                        'ExtUtils::MakeMaker' => '0'
+                                        'ExtUtils::MakeMaker' => '6.78'
                                       },
                         'suggests' => {
                                         'JSON::PP' => '2.27300'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Dispatchouli-2.022/xt/release/changes_has_content.t 
new/Log-Dispatchouli-2.023/xt/release/changes_has_content.t
--- old/Log-Dispatchouli-2.022/xt/release/changes_has_content.t 2020-08-24 
19:50:18.000000000 +0200
+++ new/Log-Dispatchouli-2.023/xt/release/changes_has_content.t 2021-06-19 
03:52:19.000000000 +0200
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '2.022';
+my $newver = '2.023';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to