Hello community,

here is the log from the commit of package perl-ExtUtils-Manifest for 
openSUSE:Factory checked in at 2019-03-20 13:18:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-Manifest (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-Manifest.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-Manifest"

Wed Mar 20 13:18:52 2019 rev:3 rq:684912 version:1.72

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.changes
    2018-07-31 15:57:20.767337649 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Manifest.new.28833/perl-ExtUtils-Manifest.changes
 2019-03-20 13:18:55.797349111 +0100
@@ -1,0 +2,9 @@
+Wed Mar 13 16:02:53 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.72
+   see /usr/share/doc/packages/perl-ExtUtils-Manifest/Changes
+
+  1.72  2019-03-10
+    - also skip META_new.* (thanks, brian d foy!)
+
+-------------------------------------------------------------------

Old:
----
  ExtUtils-Manifest-1.71.tar.gz

New:
----
  ExtUtils-Manifest-1.72.tar.gz

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

Other differences:
------------------
++++++ perl-ExtUtils-Manifest.spec ++++++
--- /var/tmp/diff_new_pack.kZSa92/_old  2019-03-20 13:18:56.373348971 +0100
+++ /var/tmp/diff_new_pack.kZSa92/_new  2019-03-20 13:18:56.373348971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-Manifest
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-ExtUtils-Manifest
-Version:        1.71
+Version:        1.72
 Release:        0
 %define cpan_name ExtUtils-Manifest
 Summary:        Utilities to write and check a MANIFEST file
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/ExtUtils-Manifest/
-Source0:        
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+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
@@ -39,11 +39,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ ExtUtils-Manifest-1.71.tar.gz -> ExtUtils-Manifest-1.72.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/Changes 
new/ExtUtils-Manifest-1.72/Changes
--- old/ExtUtils-Manifest-1.71/Changes  2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/Changes  2019-03-10 21:26:38.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for ExtUtils-Manifest
 
+1.72  2019-03-10
+  - also skip META_new.* (thanks, brian d foy!)
+
 1.71  2018-05-15
   - also skip .travis.yml (thanks, Jerome Eteve!)
   - also skip .appveyor.yml (thanks, James E Keenan!)
@@ -11,59 +14,59 @@
 1.69  2014-11-16
   - also skip _build_params, generated by Module::Build::Tiny
 
-1.68  Tue, Sep 16, 2014
+1.68  2014-09-16
   - Fix regression with manifind() and following symlinks
 
-1.66  Sun, Aug 31, 2014
+1.66  2014-08-31
   - manifind() will now follow symlinks
   - Tests fixed if PERL_MM_MANIFEST_VERBOSE env var is set to
     false value
   - Fixed bug with maniread()'s handling of quoted filenames
 
-1.65  Fri, Aug  8, 2014
+1.65  2014-08-08
   - Support perls < v5.8.3 once again
   - Don't generate MANIFESTs with CRLFs on Windows
 
-1.64  Thu, Jul 17, 2014
+1.64  2014-07-17
   - Ignore vim swap files and prove generated files
   - use Exporter import
   - use 'our' instead of use vars
 
-1.63  Sun, Sep 8, 2013
+1.63  2013-09-08
   - Deal with VMS extended filespecs
 
-1.62  Sun, Sep 8, 2013
+1.62  2013-09-08
   - Normalize VMS case handling in ExtUtils::Manifest.
 
-1.61  Tue, Sep 11, 2012
+1.61  2012-09-11
   - Avoid some test-time warnings.
   - Current VMS can handle filenames with spaces.
 
-1.60  Mon, Aug 19, 2011
+1.60  2011-08-19
   - Clean up MANIFEST before creating a new one.
 
-1.59  Mon, Aug 8, 2011
+1.59  2011-08-08
   - Prevent mixing non-native and native newlines in MANIFEST files
 
-1.58  Sun, Nov 21, 2009
+1.58  2009-11-21
   - add MYMETA files to default skip list:
      http://rt.cpan.org/Ticket/Display.html?id=50923
     (suggested by DAGOLDEN)
   - Avoid Devel::Cover and Devel::CoverX::Covered files
     (suggested by daxim)
 
-1.57  Sat, Sep 19, 2009
+1.57  2009-09-19
   - Enhancements to MANIFEST.SKIP from Module::Build:
      http://rt.cpan.org/Ticket/Display.html?id=47401
   - ExtUtils::Manifest::maniskip() incorrectly parses some
     lines with comments and internal whitespace filenames:
       http://rt.cpan.org/Ticket/Display.html?id=45016
 
-1.56  Sun, Jan 4, 2009
+1.56  2009-01-04
   - Add support for VMS in Unix or extended character set mode:
      https://rt.cpan.org/Ticket/Display.html?id=42146
 
-1.55  Sun, Oct 12, 2008
+1.55  2008-10-12
   - test nit with space in filename on VMS:
       http://rt.cpan.org/Ticket/Display.html?id=39934
     Patch supplied by CBERRY
@@ -71,16 +74,16 @@
        http://rt.cpan.org/Ticket/Display.html?id=39823
     Suggested by MSCHWERN
 
-1.54  Tue, Jun 3, 2008
+1.54  2008-06-03
   - make maniskip a public routine, and allow an argument to
     override $mfile (patch supplied by Ricardo Signes)
   - fix VMS test failures:
       http://rt.cpan.org/Ticket/Display.html?id=25377
 
-1.53  Thu, May 29, 2008
+1.53  2008-05-29
   - forgot to update META.yml
 
-1.52  Thu, Mar 25, 2008
+1.52  2008-03-25
   - apply doc changes, as suggested:
       http://rt.cpan.org/Ticket/Display.html?id=28361
   - allow spaces in filenames when quoted:
@@ -89,11 +92,11 @@
   - patch for cp_if_diff to return if file not found:
       http://rt.perl.org/rt3/Public/Bug/Display.html?id=36576
 
-1.51  Tue, Jan 9, 2007
+1.51  2007-01-09
   - apply chmod patch supplied by TONYC:
       http://rt.cpan.org/Ticket/Display.html?id=13079
 
-1.50  Fri, Dec 22, 2006
+1.50  2006-12-22
   - add recognition of two directives in one's own MANIFEST.SKIP:
        #!include_default
        #!include /path/to/another/manifest.skip
@@ -101,7 +104,7 @@
     MANIFEST.SKIP and an external manifest.skip:
        http://rt.cpan.org/Public/Bug/Display.html?id=13622
 
-1.49  Mon, Oct 9, 2006
+1.49  2006-10-09
   - Quiet warning in Manifest.t
       http://rt.cpan.org/Ticket/Display.html?id=21985
   - ExtUtils::Manifest should strip CRLF/NL off MANIFEST.SKIP
@@ -109,10 +112,10 @@
   - An empty MANIFEST.SKIP with generate a blank MANIFEST
       http://rt.cpan.org/Ticket/Display.html?id=19416
 
-1.48  Thu, Sep 14, 2006
+1.48  2006-09-14
   - alter Build.PL so Module::Build will add MANIFEST.SKIP to blib/.
 
-1.47  Wed, Sep 6, 2006
+1.47  2006-09-06
   - initial CPAN release since splitting off from ExtUtils::MakeMaker
 
 ------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/INSTALL 
new/ExtUtils-Manifest-1.72/INSTALL
--- old/ExtUtils-Manifest-1.71/INSTALL  2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/INSTALL  2019-03-10 21:26:38.000000000 +0100
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
@@ -37,16 +37,36 @@
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
-
 The prerequisites of this distribution will also have to be installed 
manually. The
 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
 by running the manual build process described above.
 
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 ExtUtils-Manifest documentation is available as POD.
 You can run `perldoc` from a shell to read the documentation:
 
     % perldoc ExtUtils::Manifest
+
 For more information on installing Perl modules via CPAN, please see:
 https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/LICENSE 
new/ExtUtils-Manifest-1.72/LICENSE
--- old/ExtUtils-Manifest-1.71/LICENSE  2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/LICENSE  2019-03-10 21:26:38.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2018 by Andreas Koenig.
+This software is copyright (c) 2002 by Andreas Koenig.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2018 by Andreas Koenig.
+This software is Copyright (c) 2002 by Andreas Koenig.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2018 by Andreas Koenig.
+This software is Copyright (c) 2002 by Andreas Koenig.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/MANIFEST 
new/ExtUtils-Manifest-1.72/MANIFEST
--- old/ExtUtils-Manifest-1.71/MANIFEST 2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/MANIFEST 2019-03-10 21:26:38.000000000 +0100
@@ -20,4 +20,5 @@
 xt/author/pod-syntax.t
 xt/author/portability.t
 xt/release/changes_has_content.t
+xt/release/cpan-changes.t
 xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/META.json 
new/ExtUtils-Manifest-1.72/META.json
--- old/ExtUtils-Manifest-1.71/META.json        2018-05-15 13:12:19.000000000 
+0200
+++ new/ExtUtils-Manifest-1.72/META.json        2019-03-10 21:26:38.000000000 
+0100
@@ -27,11 +27,13 @@
          }
       },
       "develop" : {
+         "recommends" : {
+            "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
+         },
          "requires" : {
             "Dist::Zilla" : "5",
             "Dist::Zilla::Plugin::Authority" : "0",
             "Dist::Zilla::Plugin::AutoPrereqs" : "0",
-            "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0",
             "Dist::Zilla::Plugin::CheckIssues" : "0",
             "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0",
             "Dist::Zilla::Plugin::CheckSelfDependency" : "0",
@@ -40,15 +42,13 @@
             "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0",
             "Dist::Zilla::Plugin::DualLife" : "0.04",
             "Dist::Zilla::Plugin::Git::Check" : "0",
-            "Dist::Zilla::Plugin::Git::Commit" : "0",
-            "Dist::Zilla::Plugin::Git::Contributors" : "0.004",
+            "Dist::Zilla::Plugin::Git::Contributors" : "0.029",
             "Dist::Zilla::Plugin::Git::Describe" : "0.004",
             "Dist::Zilla::Plugin::Git::GatherDir" : "2.016",
             "Dist::Zilla::Plugin::Git::Push" : "0",
             "Dist::Zilla::Plugin::Git::Remote::Check" : "0",
-            "Dist::Zilla::Plugin::Git::Tag" : "0",
             "Dist::Zilla::Plugin::GitHub::Update" : "0",
-            "Dist::Zilla::Plugin::InstallGuide" : "0",
+            "Dist::Zilla::Plugin::InstallGuide" : "1.200005",
             "Dist::Zilla::Plugin::License" : "0",
             "Dist::Zilla::Plugin::MakeMaker" : "0",
             "Dist::Zilla::Plugin::Manifest" : "0",
@@ -59,35 +59,36 @@
             "Dist::Zilla::Plugin::MetaTests" : "0.008",
             "Dist::Zilla::Plugin::MetaYAML" : "0",
             "Dist::Zilla::Plugin::MinimumPerl" : "1.006",
-            "Dist::Zilla::Plugin::MojibakeTests" : "0",
-            "Dist::Zilla::Plugin::NextRelease" : "5.033",
+            "Dist::Zilla::Plugin::MojibakeTests" : "0.8",
             "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0.014",
-            "Dist::Zilla::Plugin::PodSyntaxTests" : "0",
+            "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
             "Dist::Zilla::Plugin::PodVersion" : "0",
             "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0",
             "Dist::Zilla::Plugin::PromptIfStale" : "0",
             "Dist::Zilla::Plugin::Readme" : "0",
             "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
             "Dist::Zilla::Plugin::RemovePrereqs" : "0",
-            "Dist::Zilla::Plugin::RewriteVersion" : "0",
             "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
+            "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012",
             "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0",
             "Dist::Zilla::Plugin::Test::Compile" : "2.039",
             "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003",
             "Dist::Zilla::Plugin::Test::Pod::No404s" : "0",
-            "Dist::Zilla::Plugin::Test::Portability" : "0",
-            "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
+            "Dist::Zilla::Plugin::Test::Portability" : "2.000007",
+            "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
             "Dist::Zilla::Plugin::TestRelease" : "0",
             "Dist::Zilla::Plugin::UploadToCPAN" : "0",
+            "Dist::Zilla::PluginBundle::Git::VersionManager" : "0",
             "Encode" : "0",
             "File::Spec" : "0",
             "IO::Handle" : "0",
             "IPC::Open3" : "0",
             "Software::License::Perl_5" : "0",
+            "Test::CPAN::Changes" : "0.19",
             "Test::CPAN::Meta" : "0",
             "Test::MinimumVersion" : "0",
             "Test::Mojibake" : "0",
-            "Test::More" : "0.94",
+            "Test::More" : "0.96",
             "Test::Pod" : "1.41",
             "Test::Pod::No404s" : "0",
             "Test::Portability::Files" : "0",
@@ -125,7 +126,7 @@
    "provides" : {
       "ExtUtils::Manifest" : {
          "file" : "lib/ExtUtils/Manifest.pm",
-         "version" : "1.71"
+         "version" : "1.72"
       }
    },
    "release_status" : "stable",
@@ -142,29 +143,13 @@
       "x_IRC" : "irc://irc.perl.org/#toolchain",
       "x_MailingList" : "http://lists.perl.org/list/cpan-workers.html";
    },
-   "version" : "1.71",
+   "version" : "1.72",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.026002"
+         "version" : "5.029008"
       },
       "plugins" : [
          {
-            "class" : "Dist::Zilla::Plugin::RewriteVersion",
-            "config" : {
-               "Dist::Zilla::Plugin::RewriteVersion" : {
-                  "add_tarball_name" : 0,
-                  "finders" : [
-                     ":ExecFiles",
-                     ":InstallModules"
-                  ],
-                  "global" : 0,
-                  "skip_version_provider" : 0
-               }
-            },
-            "name" : "RewriteVersion",
-            "version" : "0.018"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::PodVersion",
             "name" : "PodVersion",
             "version" : "6.012"
@@ -196,7 +181,7 @@
                   "eumm_bundled" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -243,7 +228,7 @@
                }
             },
             "name" : "Git::GatherDir",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
@@ -273,7 +258,7 @@
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
             "name" : "InstallGuide",
-            "version" : "1.200009"
+            "version" : "1.200012"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -344,6 +329,16 @@
             "version" : "2.001000"
          },
          {
+            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
+                  "changelog" : "Changes"
+               }
+            },
+            "name" : "Test::CPAN::Changes",
+            "version" : "0.012"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::Git::Describe",
             "name" : "Git::Describe",
             "version" : "0.007"
@@ -381,12 +376,12 @@
                },
                "Dist::Zilla::Role::MetaProvider::Provider" : {
                   "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : 
"2.002004",
-                  "inherit_missing" : 1,
-                  "inherit_version" : 1,
+                  "inherit_missing" : "0",
+                  "inherit_version" : "0",
                   "meta_noindex" : "1"
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -402,7 +397,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -410,7 +405,7 @@
                }
             },
             "name" : "Git::Contributors",
-            "version" : "0.034"
+            "version" : "0.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
@@ -459,7 +454,7 @@
                   ]
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000034",
                   "version" : "0.006"
                }
             },
@@ -483,12 +478,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
-            "name" : "Git::Check",
-            "version" : "2.043"
+            "name" : "initial check",
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
@@ -516,6 +511,25 @@
             "version" : "0.029"
          },
          {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Check" : {
+                  "untracked_files" : "die"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.19.1",
+                  "repo_root" : "."
+               }
+            },
+            "name" : "after tests",
+            "version" : "2.045"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
             "name" : "CheckIssues",
             "version" : "0.010"
@@ -533,21 +547,66 @@
                }
             },
             "name" : "GitHub::Update",
-            "version" : "0.44"
+            "version" : "0.47"
          },
          {
             "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
             "config" : {
                "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
                   "filename" : [
-                     "Changes",
                      "LICENSE"
                   ],
                   "match" : []
                }
             },
             "name" : "CopyFilesFromRelease",
-            "version" : "0.006"
+            "version" : "0.007"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "develop",
+                  "type" : "recommends"
+               }
+            },
+            "name" : "@Git::VersionManager/pluginbundle version",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
+            "config" : {
+               "Dist::Zilla::Plugin::RewriteVersion" : {
+                  "add_tarball_name" : 0,
+                  "finders" : [
+                     ":ExecFiles",
+                     ":InstallModules"
+                  ],
+                  "global" : 0,
+                  "skip_version_provider" : 0
+               },
+               "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
+            },
+            "name" : "@Git::VersionManager/RewriteVersion::Transitional",
+            "version" : "0.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
+            "name" : "@Git::VersionManager/MetaProvides::Update",
+            "version" : "0.007"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
+            "config" : {
+               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
+                  "filename" : [
+                     "Changes"
+                  ],
+                  "match" : []
+               }
+            },
+            "name" : "@Git::VersionManager/CopyFilesFromRelease",
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -566,15 +625,15 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "time_zone" : "local"
                }
             },
-            "name" : "release snapshot",
-            "version" : "2.043"
+            "name" : "@Git::VersionManager/release snapshot",
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -583,23 +642,23 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "1.71",
+                  "tag" : "1.72",
                   "tag_format" : "%v",
                   "tag_message" : "v%v%t"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "time_zone" : "local"
                }
             },
-            "name" : "Git::Tag",
-            "version" : "2.043"
+            "name" : "@Git::VersionManager/Git::Tag",
+            "version" : "2.045"
          },
          {
-            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
+            "class" : 
"Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
             "config" : {
                "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
                   "finders" : [
@@ -608,14 +667,15 @@
                   ],
                   "global" : 0,
                   "munge_makefile_pl" : 1
-               }
+               },
+               "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : 
{}
             },
-            "name" : "BumpVersionAfterRelease",
-            "version" : "0.018"
+            "name" : 
"@Git::VersionManager/BumpVersionAfterRelease::Transitional",
+            "version" : "0.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
-            "name" : "NextRelease",
+            "name" : "@Git::VersionManager/NextRelease",
             "version" : "6.012"
          },
          {
@@ -627,23 +687,25 @@
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
-                     "Changes"
+                     "Build.PL",
+                     "Changes",
+                     "Makefile.PL"
                   ],
                   "allow_dirty_match" : [
-                     "(?^u:^lib/.*\\.pm$)"
+                     "(?^:^lib/.*\\.pm$)"
                   ],
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "time_zone" : "local"
                }
             },
-            "name" : "post-release commit",
-            "version" : "2.043"
+            "name" : "@Git::VersionManager/post-release commit",
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -655,12 +717,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.17.0",
+                  "git_version" : "2.19.1",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Push",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
@@ -731,17 +793,18 @@
       "Karen Etheridge <[email protected]>",
       "Chris 'BinGOs' Williams <[email protected]>",
       "Florian Ragwitz <[email protected]>",
+      "brian d foy <[email protected]>",
       "Craig A. Berry <[email protected]>",
       "Leon Timmermans <[email protected]>",
       "Andreas Koenig <[email protected]>",
       "James E Keenan <[email protected]>",
-      "David E. Wheeler <[email protected]>",
       "Ed J <[email protected]>",
       "Jerome Eteve <[email protected]>",
-      "Petr P\u00edsa\u0159 <[email protected]>",
-      "Zefram <[email protected]>"
+      "David E. Wheeler <[email protected]>",
+      "Zefram <[email protected]>",
+      "Petr P\u00edsa\u0159 <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.26.2",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
+   "x_generated_by_perl" : "v5.29.8",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/META.yml 
new/ExtUtils-Manifest-1.72/META.yml
--- old/ExtUtils-Manifest-1.71/META.yml 2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/META.yml 2019-03-10 21:26:38.000000000 +0100
@@ -25,7 +25,7 @@
 provides:
   ExtUtils::Manifest:
     file: lib/ExtUtils/Manifest.pm
-    version: '1.71'
+    version: '1.72'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -43,24 +43,12 @@
   bugtracker: http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues
   homepage: https://metacpan.org/release/ExtUtils-Manifest
   repository: git://github.com/Perl-Toolchain-Gang/Extutils-Manifest.git
-version: '1.71'
+version: '1.72'
 x_Dist_Zilla:
   perl:
-    version: '5.026002'
+    version: '5.029008'
   plugins:
     -
-      class: Dist::Zilla::Plugin::RewriteVersion
-      config:
-        Dist::Zilla::Plugin::RewriteVersion:
-          add_tarball_name: 0
-          finders:
-            - ':ExecFiles'
-            - ':InstallModules'
-          global: 0
-          skip_version_provider: 0
-      name: RewriteVersion
-      version: '0.018'
-    -
       class: Dist::Zilla::Plugin::PodVersion
       name: PodVersion
       version: '6.012'
@@ -86,7 +74,7 @@
         Dist::Zilla::Plugin::DualLife:
           eumm_bundled: 1
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: DualLife
       version: '0.07'
@@ -122,7 +110,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: Git::GatherDir
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: MetaYAML
@@ -146,7 +134,7 @@
     -
       class: Dist::Zilla::Plugin::InstallGuide
       name: InstallGuide
-      version: '1.200009'
+      version: '1.200012'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -201,6 +189,13 @@
       name: Test::Portability
       version: '2.001000'
     -
+      class: Dist::Zilla::Plugin::Test::CPAN::Changes
+      config:
+        Dist::Zilla::Plugin::Test::CPAN::Changes:
+          changelog: Changes
+      name: Test::CPAN::Changes
+      version: '0.012'
+    -
       class: Dist::Zilla::Plugin::Git::Describe
       name: Git::Describe
       version: '0.007'
@@ -229,11 +224,11 @@
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
-          inherit_missing: '1'
-          inherit_version: '1'
+          inherit_missing: '0'
+          inherit_version: '0'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
@@ -245,13 +240,13 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.17.0
+          git_version: 2.19.1
           include_authors: 0
           include_releaser: 1
           order_by: commits
           paths: []
       name: Git::Contributors
-      version: '0.034'
+      version: '0.035'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
@@ -287,7 +282,7 @@
           finder:
             - ':InstallModules'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000034'
           version: '0.006'
       name: CheckSelfDependency
       version: '0.011'
@@ -305,10 +300,10 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.17.0
+          git_version: 2.19.1
           repo_root: .
-      name: Git::Check
-      version: '2.043'
+      name: 'initial check'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::Remote::Check
       name: Git::Remote::Check
@@ -329,6 +324,20 @@
       name: RunExtraTests
       version: '0.029'
     -
+      class: Dist::Zilla::Plugin::Git::Check
+      config:
+        Dist::Zilla::Plugin::Git::Check:
+          untracked_files: die
+        Dist::Zilla::Role::Git::DirtyFiles:
+          allow_dirty: []
+          allow_dirty_match: []
+          changelog: Changes
+        Dist::Zilla::Role::Git::Repo:
+          git_version: 2.19.1
+          repo_root: .
+      name: 'after tests'
+      version: '2.045'
+    -
       class: Dist::Zilla::Plugin::CheckIssues
       name: CheckIssues
       version: '0.010'
@@ -342,17 +351,50 @@
         Dist::Zilla::Plugin::GitHub::Update:
           metacpan: 1
       name: GitHub::Update
-      version: '0.44'
+      version: '0.47'
     -
       class: Dist::Zilla::Plugin::CopyFilesFromRelease
       config:
         Dist::Zilla::Plugin::CopyFilesFromRelease:
           filename:
-            - Changes
             - LICENSE
           match: []
       name: CopyFilesFromRelease
-      version: '0.006'
+      version: '0.007'
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: develop
+          type: recommends
+      name: '@Git::VersionManager/pluginbundle version'
+      version: '6.012'
+    -
+      class: Dist::Zilla::Plugin::RewriteVersion::Transitional
+      config:
+        Dist::Zilla::Plugin::RewriteVersion:
+          add_tarball_name: 0
+          finders:
+            - ':ExecFiles'
+            - ':InstallModules'
+          global: 0
+          skip_version_provider: 0
+        Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
+      name: '@Git::VersionManager/RewriteVersion::Transitional'
+      version: '0.009'
+    -
+      class: Dist::Zilla::Plugin::MetaProvides::Update
+      name: '@Git::VersionManager/MetaProvides::Update'
+      version: '0.007'
+    -
+      class: Dist::Zilla::Plugin::CopyFilesFromRelease
+      config:
+        Dist::Zilla::Plugin::CopyFilesFromRelease:
+          filename:
+            - Changes
+          match: []
+      name: '@Git::VersionManager/CopyFilesFromRelease'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -367,12 +409,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.17.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
-      name: 'release snapshot'
-      version: '2.043'
+      name: '@Git::VersionManager/release snapshot'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -380,18 +422,18 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '1.71'
+          tag: '1.72'
           tag_format: '%v'
           tag_message: v%v%t
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.17.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
-      name: Git::Tag
-      version: '2.043'
+      name: '@Git::VersionManager/Git::Tag'
+      version: '2.045'
     -
-      class: Dist::Zilla::Plugin::BumpVersionAfterRelease
+      class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
         Dist::Zilla::Plugin::BumpVersionAfterRelease:
           finders:
@@ -399,11 +441,12 @@
             - ':InstallModules'
           global: 0
           munge_makefile_pl: 1
-      name: BumpVersionAfterRelease
-      version: '0.018'
+        Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
+      name: '@Git::VersionManager/BumpVersionAfterRelease::Transitional'
+      version: '0.009'
     -
       class: Dist::Zilla::Plugin::NextRelease
-      name: NextRelease
+      name: '@Git::VersionManager/NextRelease'
       version: '6.012'
     -
       class: Dist::Zilla::Plugin::Git::Commit
@@ -413,17 +456,19 @@
           commit_msg: 'increment $VERSION after %v release'
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
+            - Build.PL
             - Changes
+            - Makefile.PL
           allow_dirty_match:
-            - (?^u:^lib/.*\.pm$)
+            - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.17.0
+          git_version: 2.19.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
-      name: 'post-release commit'
-      version: '2.043'
+      name: '@Git::VersionManager/post-release commit'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -432,10 +477,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.17.0
+          git_version: 2.19.1
           repo_root: .
       name: Git::Push
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: ConfirmRelease
@@ -490,14 +535,15 @@
   - 'Karen Etheridge <[email protected]>'
   - "Chris 'BinGOs' Williams <[email protected]>"
   - 'Florian Ragwitz <[email protected]>'
+  - 'brian d foy <[email protected]>'
   - 'Craig A. Berry <[email protected]>'
   - 'Leon Timmermans <[email protected]>'
   - 'Andreas Koenig <[email protected]>'
   - 'James E Keenan <[email protected]>'
-  - 'David E. Wheeler <[email protected]>'
   - 'Ed J <[email protected]>'
   - 'Jerome Eteve <[email protected]>'
-  - 'Petr Písař <[email protected]>'
+  - 'David E. Wheeler <[email protected]>'
   - 'Zefram <[email protected]>'
-x_generated_by_perl: v5.26.2
+  - 'Petr Písař <[email protected]>'
+x_generated_by_perl: v5.29.8
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/Makefile.PL 
new/ExtUtils-Manifest-1.72/Makefile.PL
--- old/ExtUtils-Manifest-1.71/Makefile.PL      2018-05-15 13:12:19.000000000 
+0200
+++ new/ExtUtils-Manifest-1.72/Makefile.PL      2019-03-10 21:26:38.000000000 
+0100
@@ -34,7 +34,7 @@
     "File::Spec" => "0.8",
     "Test::More" => 0
   },
-  "VERSION" => "1.71",
+  "VERSION" => "1.72",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/README 
new/ExtUtils-Manifest-1.72/README
--- old/ExtUtils-Manifest-1.71/README   2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/README   2019-03-10 21:26:38.000000000 +0100
@@ -1,9 +1,9 @@
 This archive contains the distribution ExtUtils-Manifest,
-version 1.71:
+version 1.72:
 
   Utilities to write and check a MANIFEST file
 
-This software is copyright (c) 2018 by Andreas Koenig.
+This software is copyright (c) 2002 by Andreas Koenig.
 
 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/ExtUtils-Manifest-1.71/dist.ini 
new/ExtUtils-Manifest-1.72/dist.ini
--- old/ExtUtils-Manifest-1.71/dist.ini 2018-05-15 13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/dist.ini 2019-03-10 21:26:38.000000000 +0100
@@ -5,8 +5,8 @@
 author  = The Perl 5 Porters
 license = Perl_5
 copyright_holder = Andreas Koenig
+copyright_year = 2002
 
-[RewriteVersion]
 [PodVersion]
 
 [OnlyCorePrereqs]
@@ -15,7 +15,7 @@
 
 [DualLife]
 :version = 0.04
-eumm_bundled=1
+eumm_bundled = 1
 
 [MetaResources]
 repository.type   = git
@@ -43,6 +43,7 @@
 [Manifest]
 
 [InstallGuide]
+:version = 1.200005
 
 [Test::Compile]
 :version = 2.039
@@ -56,12 +57,18 @@
 :version = 2.000003
 max_target_perl = 5.006
 [PodSyntaxTests]
+:version = 5.040
 [Test::Pod::No404s]
 [MojibakeTests]
+:version = 0.8
 [Test::ReportPrereqs]
-:version = 0.019
+:version = 0.022
 verify_prereqs = 1
 [Test::Portability]
+:version = 2.000007
+
+[Test::CPAN::Changes]
+:version = 0.012
 
 [Git::Describe]
 :version = 0.004
@@ -79,13 +86,15 @@
 do_munging = 0
 
 [MetaProvides::Package]
-meta_noindex = 1
 :version = 1.15000002
+meta_noindex = 1
 finder = :InstallModules
+inherit_version = 0
+inherit_missing = 0
 
 [MetaConfig]
 [Git::Contributors]
-:version = 0.004
+:version = 0.029
 order_by = commits
 
 [AutoPrereqs]
@@ -105,7 +114,7 @@
 [CheckStrictVersion]
 decimal_only = 1
 
-[Git::Check]
+[Git::Check / initial check]
 allow_dirty =
 
 [Git::Remote::Check]
@@ -117,6 +126,9 @@
 [RunExtraTests]
 :version = 0.024
 
+[Git::Check / after tests]
+allow_dirty =
+
 [CheckIssues]
 
 [UploadToCPAN]
@@ -126,29 +138,14 @@
 
 [CopyFilesFromRelease]
 filename = LICENSE
-filename = Changes
 
-[Git::Commit / release snapshot]
-allow_dirty = README.pod
-allow_dirty = LICENSE
-allow_dirty = Changes
-commit_msg = %N-%v%t%n%n%c
-
-[Git::Tag]
-tag_format = %v
-tag_message = v%v%t
-
-[BumpVersionAfterRelease]
-
-[NextRelease]
-:version = 5.033
-time_zone = UTC
-format = %-4v  %{yyyy-MM-dd}d
-
-[Git::Commit / post-release commit]
-allow_dirty = Changes   ; for now, there is no change here - it was committed 
in the release snapshot
-allow_dirty_match = ^lib/.*\.pm$
-commit_msg = increment $VERSION after %v release
+[@Git::VersionManager]
+commit_files_after_release = README.pod
+commit_files_after_release = LICENSE
+release snapshot.commit_msg = %N-%v%t%n%n%c
+Git::Tag.tag_format = %v
+Git::Tag.tag_message = v%v%t
+NextRelease.format = %-4v  %{yyyy-MM-dd}d
 
 [Git::Push]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/lib/ExtUtils/MANIFEST.SKIP 
new/ExtUtils-Manifest-1.72/lib/ExtUtils/MANIFEST.SKIP
--- old/ExtUtils-Manifest-1.71/lib/ExtUtils/MANIFEST.SKIP       2018-05-15 
13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/lib/ExtUtils/MANIFEST.SKIP       2019-03-10 
21:26:38.000000000 +0100
@@ -62,8 +62,11 @@
 # Avoid MYMETA files
 ^MYMETA\.
 
+# Temp files for new META
+^META_new\.(?:json|yml)
+
 # Avoid travis-ci.org file
-^\.travis.yml
+^\.travis\.yml
 
-# Avoid appveyor.com file
-^\.appveyor.yml
+# Avoid AppVeyor file
+^\.?appveyor.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/lib/ExtUtils/Manifest.pm 
new/ExtUtils-Manifest-1.72/lib/ExtUtils/Manifest.pm
--- old/ExtUtils-Manifest-1.71/lib/ExtUtils/Manifest.pm 2018-05-15 
13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/lib/ExtUtils/Manifest.pm 2019-03-10 
21:26:38.000000000 +0100
@@ -1,4 +1,4 @@
-package ExtUtils::Manifest; # git description: 1.70-20-gd0a8273
+package ExtUtils::Manifest; # git description: 1.71-18-g17b7919
 
 require Exporter;
 use Config;
@@ -10,7 +10,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.71';
+our $VERSION = '1.72';
 our @ISA = ('Exporter');
 our @EXPORT_OK = qw(mkmanifest
                 manicheck  filecheck  fullcheck  skipcheck
@@ -65,7 +65,7 @@
 
 =head1 VERSION
 
-version 1.71
+version 1.72
 
 =head1 SYNOPSIS
 
@@ -694,7 +694,7 @@
     _fix_manifest($MANIFEST);
 
     my $manifest = maniread();
-    my @needed = grep { !exists $manifest->{$_} } keys %$additions;
+    my @needed = grep !exists $manifest->{$_}, keys %$additions;
     return 1 unless @needed;
 
     open(MANIFEST, ">>$MANIFEST") or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/t/00-report-prereqs.dd 
new/ExtUtils-Manifest-1.72/t/00-report-prereqs.dd
--- old/ExtUtils-Manifest-1.71/t/00-report-prereqs.dd   2018-05-15 
13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/t/00-report-prereqs.dd   2019-03-10 
21:26:38.000000000 +0100
@@ -9,11 +9,13 @@
                                       }
                       },
        'develop' => {
+                      'recommends' => {
+                                        
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
+                                      },
                       'requires' => {
                                       'Dist::Zilla' => '5',
                                       'Dist::Zilla::Plugin::Authority' => '0',
                                       'Dist::Zilla::Plugin::AutoPrereqs' => 
'0',
-                                      
'Dist::Zilla::Plugin::BumpVersionAfterRelease' => '0',
                                       'Dist::Zilla::Plugin::CheckIssues' => 
'0',
                                       
'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0',
                                       
'Dist::Zilla::Plugin::CheckSelfDependency' => '0',
@@ -22,15 +24,13 @@
                                       
'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0',
                                       'Dist::Zilla::Plugin::DualLife' => 
'0.04',
                                       'Dist::Zilla::Plugin::Git::Check' => '0',
-                                      'Dist::Zilla::Plugin::Git::Commit' => 
'0',
-                                      'Dist::Zilla::Plugin::Git::Contributors' 
=> '0.004',
+                                      'Dist::Zilla::Plugin::Git::Contributors' 
=> '0.029',
                                       'Dist::Zilla::Plugin::Git::Describe' => 
'0.004',
                                       'Dist::Zilla::Plugin::Git::GatherDir' => 
'2.016',
                                       'Dist::Zilla::Plugin::Git::Push' => '0',
                                       
'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
-                                      'Dist::Zilla::Plugin::Git::Tag' => '0',
                                       'Dist::Zilla::Plugin::GitHub::Update' => 
'0',
-                                      'Dist::Zilla::Plugin::InstallGuide' => 
'0',
+                                      'Dist::Zilla::Plugin::InstallGuide' => 
'1.200005',
                                       'Dist::Zilla::Plugin::License' => '0',
                                       'Dist::Zilla::Plugin::MakeMaker' => '0',
                                       'Dist::Zilla::Plugin::Manifest' => '0',
@@ -41,35 +41,36 @@
                                       'Dist::Zilla::Plugin::MetaTests' => 
'0.008',
                                       'Dist::Zilla::Plugin::MetaYAML' => '0',
                                       'Dist::Zilla::Plugin::MinimumPerl' => 
'1.006',
-                                      'Dist::Zilla::Plugin::MojibakeTests' => 
'0',
-                                      'Dist::Zilla::Plugin::NextRelease' => 
'5.033',
+                                      'Dist::Zilla::Plugin::MojibakeTests' => 
'0.8',
                                       'Dist::Zilla::Plugin::OnlyCorePrereqs' 
=> '0.014',
-                                      'Dist::Zilla::Plugin::PodSyntaxTests' => 
'0',
+                                      'Dist::Zilla::Plugin::PodSyntaxTests' => 
'5.040',
                                       'Dist::Zilla::Plugin::PodVersion' => '0',
                                       
'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0',
                                       'Dist::Zilla::Plugin::PromptIfStale' => 
'0',
                                       'Dist::Zilla::Plugin::Readme' => '0',
                                       'Dist::Zilla::Plugin::ReadmeAnyFromPod' 
=> '0.142180',
                                       'Dist::Zilla::Plugin::RemovePrereqs' => 
'0',
-                                      'Dist::Zilla::Plugin::RewriteVersion' => 
'0',
                                       'Dist::Zilla::Plugin::RunExtraTests' => 
'0.024',
+                                      
'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012',
                                       
'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0',
                                       'Dist::Zilla::Plugin::Test::Compile' => 
'2.039',
                                       
'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003',
                                       'Dist::Zilla::Plugin::Test::Pod::No404s' 
=> '0',
-                                      'Dist::Zilla::Plugin::Test::Portability' 
=> '0',
-                                      
'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.019',
+                                      'Dist::Zilla::Plugin::Test::Portability' 
=> '2.000007',
+                                      
'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
                                       'Dist::Zilla::Plugin::TestRelease' => 
'0',
                                       'Dist::Zilla::Plugin::UploadToCPAN' => 
'0',
+                                      
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0',
                                       'Encode' => '0',
                                       'File::Spec' => '0',
                                       'IO::Handle' => '0',
                                       'IPC::Open3' => '0',
                                       'Software::License::Perl_5' => '0',
+                                      'Test::CPAN::Changes' => '0.19',
                                       'Test::CPAN::Meta' => '0',
                                       'Test::MinimumVersion' => '0',
                                       'Test::Mojibake' => '0',
-                                      'Test::More' => '0.94',
+                                      'Test::More' => '0.96',
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::No404s' => '0',
                                       'Test::Portability::Files' => '0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/t/Manifest.t 
new/ExtUtils-Manifest-1.72/t/Manifest.t
--- old/ExtUtils-Manifest-1.71/t/Manifest.t     2018-05-15 13:12:19.000000000 
+0200
+++ new/ExtUtils-Manifest-1.72/t/Manifest.t     2019-03-10 21:26:38.000000000 
+0100
@@ -36,7 +36,7 @@
 
 # We're going to be chdir'ing and modules are sometimes loaded on the
 # fly in this test, so we need an absolute @INC.
-@INC = map { File::Spec->rel2abs($_) } @INC;
+@INC = map File::Spec->rel2abs($_), @INC;
 
 # keep track of everything added so it can all be deleted
 my %Files;
@@ -95,7 +95,7 @@
 # there shouldn't be a MANIFEST there
 my ($res, $warn) = catch_warning( \&mkmanifest );
 # Canonize the order.
-$warn = join("", map { "$_|" }
+$warn = join("", map "$_|",
                  sort { lc($a) cmp lc($b) } split /\r?\n/, $warn);
 is( $warn, "Added to MANIFEST: foo|Added to MANIFEST: MANIFEST|",
     "mkmanifest() displayed its additions" );
@@ -165,7 +165,7 @@
 @copies = map { s/\.$//; $_ } @copies if $Is_VMS;  # VMS likes to put dots on
                                                    # the end of files.
 # Have to compare insensitively for non-case preserving VMS
-is_deeply( [sort map { lc } @copies], [sort map { lc } keys %$files] );
+is_deeply( [sort map lc, @copies], [sort map lc, keys %$files] );
 
 # cp would leave files readonly, so check permissions.
 foreach my $orig (@copies) {
@@ -257,7 +257,7 @@
                 my @lines = split /$eol2/, $content;
                 pop @lines while $lines[-1] eq "";
                 open my $fh, ">", "MANIFEST" or die "Could not open >MANIFEST: 
$!";
-                print $fh map { "$_$eol" } @lines;
+                print $fh map "$_$eol", @lines;
                 close $fh or die "Could not close: $!";
                 last SPLITTER;
             }
@@ -444,7 +444,7 @@
 maniadd({ foo  => 'bar' });
 $files = maniread;
 # VMS downcases the MANIFEST.  We normalize it here to match.
-%$files = map { (lc $_ => $files->{$_}) } keys %$files;
+%$files = map +(lc $_ => $files->{$_}), keys %$files;
 my %expect = ( 'makefile.pl' => '',
                'foo'    => 'bar'
              );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ExtUtils-Manifest-1.71/xt/release/changes_has_content.t 
new/ExtUtils-Manifest-1.72/xt/release/changes_has_content.t
--- old/ExtUtils-Manifest-1.71/xt/release/changes_has_content.t 2018-05-15 
13:12:19.000000000 +0200
+++ new/ExtUtils-Manifest-1.72/xt/release/changes_has_content.t 2019-03-10 
21:26:38.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.71';
+my $newver = '1.72';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.71/xt/release/cpan-changes.t 
new/ExtUtils-Manifest-1.72/xt/release/cpan-changes.t
--- old/ExtUtils-Manifest-1.71/xt/release/cpan-changes.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/ExtUtils-Manifest-1.72/xt/release/cpan-changes.t        2019-03-10 
21:26:38.000000000 +0100
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
+
+use Test::More 0.96 tests => 1;
+use Test::CPAN::Changes;
+subtest 'changes_ok' => sub {
+    changes_file_ok('Changes');
+};


Reply via email to