Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Task-Kensho-XML for 
openSUSE:Factory checked in at 2021-07-12 21:39:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-XML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Task-Kensho-XML.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Task-Kensho-XML"

Mon Jul 12 21:39:53 2021 rev:9 rq:904160 version:0.41

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-XML/perl-Task-Kensho-XML.changes    
    2018-12-12 17:27:41.310937459 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-XML.new.2625/perl-Task-Kensho-XML.changes
      2021-07-12 21:39:59.824222168 +0200
@@ -1,0 +2,17 @@
+Mon Jul  5 03:10:56 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.41
+   see /usr/share/doc/packages/perl-Task-Kensho-XML/Changes
+
+  0.41      2021-07-03
+            - Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager
+            - Dates: added Time::Piece; removed Date::Tiny, Time::Tiny, 
DateTime::Tiny
+            - ExcelCSV: replaced Spreadsheet::ParseExcel with 
Spreadsheet::Read,
+              added Excel::Writer::XLSX
+            - Hackery: added ojo
+            - Logging: added Log::Any
+            - Testing: added Test2::Suite
+            - WebCrawling: added Mojo::UserAgent
+            - WebDev: added Web::Simple
+
+-------------------------------------------------------------------

Old:
----
  Task-Kensho-XML-0.40.tar.gz

New:
----
  Task-Kensho-XML-0.41.tar.gz

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

Other differences:
------------------
++++++ perl-Task-Kensho-XML.spec ++++++
--- /var/tmp/diff_new_pack.BLbu0Q/_old  2021-07-12 21:40:00.332218163 +0200
+++ /var/tmp/diff_new_pack.BLbu0Q/_new  2021-07-12 21:40:00.336218131 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-XML
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,18 +16,16 @@
 #
 
 
+%define cpan_name Task-Kensho-XML
 Name:           perl-Task-Kensho-XML
-Version:        0.40
+Version:        0.41
 Release:        0
-%define cpan_name Task-Kensho-XML
 Summary:        Glimpse at an Enlightened Perl: XML Development
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::Generator::PerlData)
@@ -75,11 +73,11 @@
 facilitates the ease and simplicity the distribution aims to achieve.
 
 %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
@@ -90,7 +88,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENCE README
+%doc Changes README
+%license LICENCE
 
 %changelog

++++++ Task-Kensho-XML-0.40.tar.gz -> Task-Kensho-XML-0.41.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/Changes 
new/Task-Kensho-XML-0.41/Changes
--- old/Task-Kensho-XML-0.40/Changes    2018-12-01 22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/Changes    2021-07-03 18:14:42.000000000 +0200
@@ -1,5 +1,16 @@
 Revision history for Task-Kensho-XML
 
+0.41      2021-07-03
+          - Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager
+          - Dates: added Time::Piece; removed Date::Tiny, Time::Tiny, 
DateTime::Tiny
+          - ExcelCSV: replaced Spreadsheet::ParseExcel with Spreadsheet::Read,
+            added Excel::Writer::XLSX
+          - Hackery: added ojo
+          - Logging: added Log::Any
+          - Testing: added Test2::Suite
+          - WebCrawling: added Mojo::UserAgent
+          - WebDev: added Web::Simple
+
 0.40      2018-12-01
           - CLI: added Reply
           - Dates: added Time::Moment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/MANIFEST 
new/Task-Kensho-XML-0.41/MANIFEST
--- old/Task-Kensho-XML-0.40/MANIFEST   2018-12-01 22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/MANIFEST   2021-07-03 18:14:42.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.020.
 Changes
 LICENCE
 MANIFEST
@@ -11,6 +11,7 @@
 t/00-report-prereqs.t
 xt/author/00-compile.t
 xt/author/clean-namespaces.t
+xt/author/distmeta.t
 xt/author/eol.t
 xt/author/kwalitee.t
 xt/author/minimum-version.t
@@ -22,4 +23,3 @@
 xt/author/portability.t
 xt/release/changes_has_content.t
 xt/release/cpan-changes.t
-xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/META.json 
new/Task-Kensho-XML-0.41/META.json
--- old/Task-Kensho-XML-0.40/META.json  2018-12-01 22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/META.json  2021-07-03 18:14:42.000000000 +0200
@@ -4,7 +4,7 @@
       "Chris Prather <ch...@prather.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 
2.150010",
    "keywords" : [
       "EPO",
       "enlightened",
@@ -32,6 +32,9 @@
          "requires" : {
             "ExtUtils::MakeMaker" : "0",
             "perl" : "5.006"
+         },
+         "suggests" : {
+            "JSON::PP" : "2.27300"
          }
       },
       "develop" : {
@@ -137,7 +140,7 @@
    "provides" : {
       "Task::Kensho::XML" : {
          "file" : "lib/Task/Kensho/XML.pm",
-         "version" : "0.40"
+         "version" : "0.41"
       }
    },
    "release_status" : "stable",
@@ -153,10 +156,10 @@
       },
       "x_IRC" : "irc://irc.perl.org/#epo"
    },
-   "version" : "0.40",
+   "version" : "0.41",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.029005"
+         "version" : "5.034000"
       },
       "plugins" : [
          {
@@ -184,7 +187,7 @@
                }
             },
             "name" : "=inc::SubTaskPluginBundle/Git::GatherDir",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::MungeFile::WithConfigFile",
@@ -208,22 +211,22 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "=inc::SubTaskPluginBundle/MetaYAML",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "=inc::SubTaskPluginBundle/MetaJSON",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "=inc::SubTaskPluginBundle/Manifest",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "=inc::SubTaskPluginBundle/License",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -282,7 +285,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "=inc::SubTaskPluginBundle/MetaTests",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -301,18 +304,23 @@
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::MinimumVersion" : {
+                  "max_target_perl" : "5.006"
+               }
+            },
             "name" : "=inc::SubTaskPluginBundle/Test::MinimumVersion",
-            "version" : "2.000008"
+            "version" : "2.000010"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "=inc::SubTaskPluginBundle/PodSyntaxTests",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "=inc::SubTaskPluginBundle/PodCoverageTests",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
@@ -351,7 +359,7 @@
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "=inc::SubTaskPluginBundle/Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -394,97 +402,97 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@Author::ETHER/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@Author::ETHER/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@Author::ETHER/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@Author::ETHER/List",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@Author::ETHER/Verbatim",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/header",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@Author::ETHER/Name",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@Author::ETHER/Version",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/prelude",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "SYNOPSIS",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "DESCRIPTION",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "OVERVIEW",
-                        "version" : "4.015"
+                        "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::Collect",
                         "name" : "TYPES",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@Author::ETHER/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/postlude",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::GenerateSection",
                         "name" : "@Author::ETHER/generate SUPPORT",
-                        "version" : "1.06"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::AllowOverride",
@@ -494,7 +502,7 @@
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@Author::ETHER/Authors",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::AllowOverride",
@@ -509,23 +517,23 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@Author::ETHER/Legal",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Author::ETHER/footer",
-                        "version" : "4.015"
+                        "version" : "4.017"
                      }
                   ]
                }
             },
             "name" : "=inc::SubTaskPluginBundle/PodWeaver",
-            "version" : "4.008"
+            "version" : "4.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "=inc::SubTaskPluginBundle/NextRelease",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -540,7 +548,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
             "name" : "=inc::SubTaskPluginBundle/MetaNoIndex",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -553,7 +561,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : ":InstallModules",
-                        "version" : "6.012"
+                        "version" : "6.020"
                      }
                   ],
                   "include_underscores" : 0
@@ -565,7 +573,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000034",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -575,12 +583,12 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "=inc::SubTaskPluginBundle/MetaConfig",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "=inc::SubTaskPluginBundle/MetaResources",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Keywords",
@@ -610,7 +618,7 @@
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "=inc::SubTaskPluginBundle/AutoPrereqs",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -626,13 +634,13 @@
                }
             },
             "name" : "=inc::SubTaskPluginBundle/task components",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -643,13 +651,13 @@
                }
             },
             "name" : "=inc::SubTaskPluginBundle/Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "6"
                }
             },
             "name" : "=inc::SubTaskPluginBundle/RunExtraTests",
@@ -659,11 +667,11 @@
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "6"
                }
             },
             "name" : "=inc::SubTaskPluginBundle/MakeMaker",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::StaticInstall",
@@ -685,7 +693,7 @@
                   ]
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000034",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -709,18 +717,18 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "repo_root" : ".."
                }
             },
             "name" : "=inc::SubTaskPluginBundle/initial check",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "repo_root" : "."
                }
             },
@@ -731,7 +739,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "repo_root" : "."
                }
             },
@@ -746,12 +754,12 @@
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "=inc::SubTaskPluginBundle/CheckPrereqsIndexed",
-            "version" : "0.020"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "=inc::SubTaskPluginBundle/TestRelease",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -765,22 +773,22 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "repo_root" : ".."
                }
             },
             "name" : "=inc::SubTaskPluginBundle/after tests",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
             "name" : "=inc::SubTaskPluginBundle/CheckIssues",
-            "version" : "0.010"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "=inc::SubTaskPluginBundle/UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::ArchiveRelease",
@@ -794,7 +802,8 @@
                   "add_files_in" : [
                      "."
                   ],
-                  "commit_msg" : "%N-%v%t%n%n%c"
+                  "commit_msg" : "%N-%v%t%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -804,7 +813,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.31.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -812,7 +821,7 @@
                }
             },
             "name" : "=inc::SubTaskPluginBundle/release snapshot",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Clean",
@@ -828,57 +837,57 @@
                }
             },
             "name" : "inc::SubTaskPluginBundle/::Role::BundleDeps",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.020"
          }
       ],
       "zilla" : {
@@ -886,22 +895,26 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.020"
       }
    },
    "x_authority" : "cpan:PERIGRIN",
    "x_contributors" : [
       "Karen Etheridge <et...@cpan.org>",
       "Leo Lapworth <l...@cuckoo.org>",
+      "Dan Book <gri...@grinnz.com>",
       "Chris Nehren <apei...@cpan.org>",
+      "Mohammad S Anwar <mohammad.an...@yahoo.com>",
       "Olaf Alders <o...@wundersolutions.com>",
       "Dan Book <gri...@gmail.com>",
       "Rachel Kelly <rkellya...@gmail.com>",
       "Shawn Sorichetti <sh...@coloredblocks.com>",
-      "Rick Leir <rl...@leirtech.com>"
+      "Rick Leir <rl...@leirtech.com>",
+      "Tina M\u00fcller <cp...@tinita.de>"
    ],
-   "x_generated_by_perl" : "v5.29.5",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.07",
+   "x_generated_by_perl" : "v5.34.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
    "x_static_install" : 1,
    "x_use_unsafe_inc" : 0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/META.yml 
new/Task-Kensho-XML-0.41/META.yml
--- old/Task-Kensho-XML-0.40/META.yml   2018-12-01 22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/META.yml   2021-07-03 18:14:42.000000000 +0200
@@ -11,7 +11,7 @@
   ExtUtils::MakeMaker: '0'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 
2.150010'
 keywords:
   - EPO
   - enlightened
@@ -31,7 +31,7 @@
 provides:
   Task::Kensho::XML:
     file: lib/Task/Kensho/XML.pm
-    version: '0.40'
+    version: '0.41'
 requires:
   XML::Generator::PerlData: '0'
   XML::LibXML: '0'
@@ -46,10 +46,10 @@
   bugtracker: https://github.com/EnlightenedPerlOrganisation/task-kensho/issues
   homepage: https://github.com/EnlightenedPerlOrganisation/task-kensho
   repository: https://github.com/EnlightenedPerlOrganisation/task-kensho.git
-version: '0.40'
+version: '0.41'
 x_Dist_Zilla:
   perl:
-    version: '5.029005'
+    version: '5.034000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -71,7 +71,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: =inc::SubTaskPluginBundle/Git::GatherDir
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::MungeFile::WithConfigFile
       config:
@@ -88,19 +88,19 @@
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: =inc::SubTaskPluginBundle/MetaYAML
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: =inc::SubTaskPluginBundle/MetaJSON
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: =inc::SubTaskPluginBundle/Manifest
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::License
       name: =inc::SubTaskPluginBundle/License
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -145,7 +145,7 @@
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: =inc::SubTaskPluginBundle/MetaTests
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Changes
       config:
@@ -159,16 +159,19 @@
       version: '0.011'
     -
       class: Dist::Zilla::Plugin::Test::MinimumVersion
+      config:
+        Dist::Zilla::Plugin::Test::MinimumVersion:
+          max_target_perl: '5.006'
       name: =inc::SubTaskPluginBundle/Test::MinimumVersion
-      version: '2.000008'
+      version: '2.000010'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: =inc::SubTaskPluginBundle/PodSyntaxTests
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: =inc::SubTaskPluginBundle/PodCoverageTests
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Test::PodSpelling
       config:
@@ -197,7 +200,7 @@
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: =inc::SubTaskPluginBundle/Test::ReportPrereqs
-      version: '0.027'
+      version: '0.028'
     -
       class: Dist::Zilla::Plugin::Test::Portability
       config:
@@ -230,79 +233,79 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@Author::ETHER/EnsurePod5'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@Author::ETHER/H1Nester'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@Author::ETHER/SingleEncoding'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@Author::ETHER/List'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@Author::ETHER/Verbatim'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/header'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Name
               name: '@Author::ETHER/Name'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Version
               name: '@Author::ETHER/Version'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/prelude'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: SYNOPSIS
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: DESCRIPTION
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Generic
               name: OVERVIEW
-              version: '4.015'
+              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::Collect
               name: TYPES
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@Author::ETHER/Leftovers'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/postlude'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::GenerateSection
               name: '@Author::ETHER/generate SUPPORT'
-              version: '1.06'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::AllowOverride
               name: '@Author::ETHER/allow override SUPPORT'
@@ -310,7 +313,7 @@
             -
               class: Pod::Weaver::Section::Authors
               name: '@Author::ETHER/Authors'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::AllowOverride
               name: '@Author::ETHER/allow override AUTHOR'
@@ -322,17 +325,17 @@
             -
               class: Pod::Weaver::Section::Legal
               name: '@Author::ETHER/Legal'
-              version: '4.015'
+              version: '4.017'
             -
               class: Pod::Weaver::Section::Region
               name: '@Author::ETHER/footer'
-              version: '4.015'
+              version: '4.017'
       name: =inc::SubTaskPluginBundle/PodWeaver
-      version: '4.008'
+      version: '4.009'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: =inc::SubTaskPluginBundle/NextRelease
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: =inc::SubTaskPluginBundle/GithubMeta
@@ -344,7 +347,7 @@
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: =inc::SubTaskPluginBundle/MetaNoIndex
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -355,7 +358,7 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: ':InstallModules'
-              version: '6.012'
+              version: '6.020'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -363,18 +366,18 @@
           inherit_version: '0'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000034'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: =inc::SubTaskPluginBundle/MetaProvides::Package
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: =inc::SubTaskPluginBundle/MetaConfig
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: =inc::SubTaskPluginBundle/MetaResources
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Keywords
       config:
@@ -396,7 +399,7 @@
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: =inc::SubTaskPluginBundle/AutoPrereqs
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::MinimumPerl
       name: =inc::SubTaskPluginBundle/MinimumPerl
@@ -408,12 +411,12 @@
           phase: runtime
           type: requires
       name: '=inc::SubTaskPluginBundle/task components'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.19.1
+          git_version: 2.31.1
           include_authors: 0
           include_releaser: 1
           order_by: commits
@@ -421,21 +424,21 @@
             - .
             - ../modules.yml
       name: =inc::SubTaskPluginBundle/Git::Contributors
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '6'
       name: =inc::SubTaskPluginBundle/RunExtraTests
       version: '0.029'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '6'
       name: =inc::SubTaskPluginBundle/MakeMaker
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::StaticInstall
       config:
@@ -451,7 +454,7 @@
           finder:
             - ':InstallModules'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000034'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: =inc::SubTaskPluginBundle/CheckSelfDependency
       version: '0.011'
@@ -469,15 +472,15 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.31.1
           repo_root: ..
       name: '=inc::SubTaskPluginBundle/initial check'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.31.1
           repo_root: .
       name: =inc::SubTaskPluginBundle/Git::CheckFor::MergeConflicts
       version: '0.014'
@@ -485,7 +488,7 @@
       class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.31.1
           repo_root: .
       name: =inc::SubTaskPluginBundle/Git::CheckFor::CorrectBranch
       version: '0.014'
@@ -496,11 +499,11 @@
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: =inc::SubTaskPluginBundle/CheckPrereqsIndexed
-      version: '0.020'
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: =inc::SubTaskPluginBundle/TestRelease
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -511,18 +514,18 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.31.1
           repo_root: ..
       name: '=inc::SubTaskPluginBundle/after tests'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: =inc::SubTaskPluginBundle/CheckIssues
-      version: '0.010'
+      version: '0.011'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: =inc::SubTaskPluginBundle/UploadToCPAN
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::ArchiveRelease
       name: =inc::SubTaskPluginBundle/ArchiveRelease
@@ -534,18 +537,19 @@
           add_files_in:
             - .
           commit_msg: '%N-%v%t%n%n%c'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.31.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '=inc::SubTaskPluginBundle/release snapshot'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Clean
       name: =inc::SubTaskPluginBundle/Clean
@@ -557,63 +561,67 @@
           phase: develop
           type: requires
       name: inc::SubTaskPluginBundle/::Role::BundleDeps
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.020'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.020'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
+    version: '6.020'
 x_authority: cpan:PERIGRIN
 x_contributors:
   - 'Karen Etheridge <et...@cpan.org>'
   - 'Leo Lapworth <l...@cuckoo.org>'
+  - 'Dan Book <gri...@grinnz.com>'
   - 'Chris Nehren <apei...@cpan.org>'
+  - 'Mohammad S Anwar <mohammad.an...@yahoo.com>'
   - 'Olaf Alders <o...@wundersolutions.com>'
   - 'Dan Book <gri...@gmail.com>'
   - 'Rachel Kelly <rkellya...@gmail.com>'
   - 'Shawn Sorichetti <sh...@coloredblocks.com>'
   - 'Rick Leir <rl...@leirtech.com>'
-x_generated_by_perl: v5.29.5
+  - 'Tina M??ller <cp...@tinita.de>'
+x_generated_by_perl: v5.34.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
 x_static_install: 1
 x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/Makefile.PL 
new/Task-Kensho-XML-0.41/Makefile.PL
--- old/Task-Kensho-XML-0.40/Makefile.PL        2018-12-01 22:38:08.000000000 
+0100
+++ new/Task-Kensho-XML-0.41/Makefile.PL        2021-07-03 18:14:42.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.020.
 use strict;
 use warnings;
 
@@ -30,7 +30,7 @@
     "File::Spec" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.40",
+  "VERSION" => "0.41",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/lib/Task/Kensho/XML.pm 
new/Task-Kensho-XML-0.41/lib/Task/Kensho/XML.pm
--- old/Task-Kensho-XML-0.40/lib/Task/Kensho/XML.pm     2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/lib/Task/Kensho/XML.pm     2021-07-03 
18:14:42.000000000 +0200
@@ -1,9 +1,9 @@
 use strict;
 use warnings;
-package Task::Kensho::XML; # git description: v0.39-63-gb60260d
+package Task::Kensho::XML; # git description: v0.41-11-g233b594
 # ABSTRACT: A Glimpse at an Enlightened Perl: XML Development
 
-our $VERSION = '0.40';
+our $VERSION = '0.41';
 
 __END__
 
@@ -17,7 +17,7 @@
 
 =head1 VERSION
 
-version 0.40
+version 0.41
 
 =head1 SYNOPSIS
 
@@ -116,7 +116,7 @@
 Please report any bugs or feature requests to
 L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
 
-bugs may be submitted through 
L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
+Bugs may be submitted through 
L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
 
 There is also an irc channel available for users of this distribution, at
 L<C<#epo> on C<irc.perl.org>|irc://irc.perl.org/#epo>.
@@ -127,7 +127,7 @@
 
 =head1 CONTRIBUTORS
 
-=for stopwords Karen Etheridge Leo Lapworth Chris Nehren Olaf Alders Dan Book 
Rachel Kelly Shawn Sorichetti Rick Leir
+=for stopwords Karen Etheridge Leo Lapworth Dan Book Chris Nehren Mohammad S 
Anwar Olaf Alders Rachel Kelly Shawn Sorichetti Rick Leir Tina M??ller
 
 =over 4
 
@@ -141,10 +141,18 @@
 
 =item *
 
+Dan Book <gri...@grinnz.com>
+
+=item *
+
 Chris Nehren <apei...@cpan.org>
 
 =item *
 
+Mohammad S Anwar <mohammad.an...@yahoo.com>
+
+=item *
+
 Olaf Alders <o...@wundersolutions.com>
 
 =item *
@@ -163,6 +171,10 @@
 
 Rick Leir <rl...@leirtech.com>
 
+=item *
+
+Tina M??ller <cp...@tinita.de>
+
 =back
 
 =head1 COPYRIGHT AND LICENCE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/t/00-report-prereqs.dd 
new/Task-Kensho-XML-0.41/t/00-report-prereqs.dd
--- old/Task-Kensho-XML-0.40/t/00-report-prereqs.dd     2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/t/00-report-prereqs.dd     2021-07-03 
18:14:42.000000000 +0200
@@ -3,6 +3,9 @@
                         'requires' => {
                                         'ExtUtils::MakeMaker' => '0',
                                         'perl' => '5.006'
+                                      },
+                        'suggests' => {
+                                        'JSON::PP' => '2.27300'
                                       }
                       },
        'develop' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/t/00-report-prereqs.t 
new/Task-Kensho-XML-0.41/t/00-report-prereqs.t
--- old/Task-Kensho-XML-0.40/t/00-report-prereqs.t      2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/t/00-report-prereqs.t      2021-07-03 
18:14:42.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/xt/author/distmeta.t 
new/Task-Kensho-XML-0.41/xt/author/distmeta.t
--- old/Task-Kensho-XML-0.40/xt/author/distmeta.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/Task-Kensho-XML-0.41/xt/author/distmeta.t       2021-07-03 
18:14:42.000000000 +0200
@@ -0,0 +1,6 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
+
+use Test::CPAN::Meta;
+
+meta_yaml_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/xt/author/minimum-version.t 
new/Task-Kensho-XML-0.41/xt/author/minimum-version.t
--- old/Task-Kensho-XML-0.40/xt/author/minimum-version.t        2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/xt/author/minimum-version.t        2021-07-03 
18:14:42.000000000 +0200
@@ -1,6 +1,6 @@
-#!perl
+use strict;
+use warnings;
 
 use Test::More;
-
 use Test::MinimumVersion;
 all_minimum_version_ok( qq{5.006} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/xt/author/pod-spell.t 
new/Task-Kensho-XML-0.41/xt/author/pod-spell.t
--- old/Task-Kensho-XML-0.40/xt/author/pod-spell.t      2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/xt/author/pod-spell.t      2021-07-03 
18:14:42.000000000 +0200
@@ -11,6 +11,7 @@
 all_pod_files_spelling_ok( qw( bin lib ) );
 __DATA__
 Alders
+Anwar
 Book
 Chris
 Dan
@@ -21,6 +22,8 @@
 Lapworth
 Leir
 Leo
+Mohammad
+M??ller
 Nehren
 Olaf
 Prather
@@ -29,14 +32,17 @@
 Shawn
 Sorichetti
 Task
+Tina
 XML
 apeiron
 chris
+cpan2
 ether
 grinnz
 irc
 leo
 lib
+mohammad
 olaf
 rkellyalso
 rleir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Task-Kensho-XML-0.40/xt/release/changes_has_content.t 
new/Task-Kensho-XML-0.41/xt/release/changes_has_content.t
--- old/Task-Kensho-XML-0.40/xt/release/changes_has_content.t   2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/xt/release/changes_has_content.t   2021-07-03 
18:14:42.000000000 +0200
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.40';
+my $newver = '0.41';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-XML-0.40/xt/release/distmeta.t 
new/Task-Kensho-XML-0.41/xt/release/distmeta.t
--- old/Task-Kensho-XML-0.40/xt/release/distmeta.t      2018-12-01 
22:38:08.000000000 +0100
+++ new/Task-Kensho-XML-0.41/xt/release/distmeta.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
-
-use Test::CPAN::Meta;
-
-meta_yaml_ok();

Reply via email to