Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-ExtUtils-Manifest for 
openSUSE:Factory checked in at 2021-01-20 18:28:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-Manifest (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-Manifest.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-Manifest"

Wed Jan 20 18:28:32 2021 rev:4 rq:864815 version:1.73

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.changes
    2019-03-20 13:18:55.797349111 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Manifest.new.28504/perl-ExtUtils-Manifest.changes
 2021-01-20 18:29:04.495608505 +0100
@@ -1,0 +2,11 @@
+Sun Jan 17 03:06:22 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-ExtUtils-Manifest/Changes
+
+  1.73  2021-01-16
+    - Calculate absolute path to MANIFEST.SKIP (in $DEFAULT_MSKIP) at module
+      load time, where __FILE__ is guaranteed to valid.
+    - skip github and iCloud files
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-ExtUtils-Manifest.spec ++++++
--- /var/tmp/diff_new_pack.w6cnLc/_old  2021-01-20 18:29:05.395609330 +0100
+++ /var/tmp/diff_new_pack.w6cnLc/_new  2021-01-20 18:29:05.399609333 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-Manifest
 #
-# Copyright (c) 2019 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 ExtUtils-Manifest
 Name:           perl-ExtUtils-Manifest
-Version:        1.72
+Version:        1.73
 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:            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
 %{perl_requires}
@@ -36,11 +34,11 @@
 ...
 
 %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
@@ -51,7 +49,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ ExtUtils-Manifest-1.72.tar.gz -> ExtUtils-Manifest-1.73.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/Changes 
new/ExtUtils-Manifest-1.73/Changes
--- old/ExtUtils-Manifest-1.72/Changes  2019-03-10 21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/Changes  2021-01-16 21:58:36.000000000 +0100
@@ -1,5 +1,10 @@
 Revision history for ExtUtils-Manifest
 
+1.73  2021-01-16
+  - Calculate absolute path to MANIFEST.SKIP (in $DEFAULT_MSKIP) at module
+    load time, where __FILE__ is guaranteed to valid.
+  - skip github and iCloud files
+
 1.72  2019-03-10
   - also skip META_new.* (thanks, brian d foy!)
 
@@ -593,7 +598,7 @@
 
  Fixing the ECHO macro on dmake.
 
- Fixing }} escaping on dmake, but this is just a stopgap measure.
+ Fixing double-closing-brace escaping on dmake, but this is just a stopgap 
measure.
 
  Making ExtUtils::Manifest sort things case-insensitively.  I think it
  displays better.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/MANIFEST 
new/ExtUtils-Manifest-1.73/MANIFEST
--- old/ExtUtils-Manifest-1.72/MANIFEST 2019-03-10 21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/MANIFEST 2021-01-16 21:58:36.000000000 +0100
@@ -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.017.
 Changes
 INSTALL
 LICENSE
@@ -14,6 +14,7 @@
 t/00-report-prereqs.t
 t/Manifest.t
 xt/author/00-compile.t
+xt/author/distmeta.t
 xt/author/minimum-version.t
 xt/author/mojibake.t
 xt/author/pod-no404s.t
@@ -21,4 +22,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/ExtUtils-Manifest-1.72/META.json 
new/ExtUtils-Manifest-1.73/META.json
--- old/ExtUtils-Manifest-1.72/META.json        2019-03-10 21:26:38.000000000 
+0100
+++ new/ExtUtils-Manifest-1.73/META.json        2021-01-16 21:58:36.000000000 
+0100
@@ -7,7 +7,7 @@
       "The Perl 5 Porters"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -126,7 +126,7 @@
    "provides" : {
       "ExtUtils::Manifest" : {
          "file" : "lib/ExtUtils/Manifest.pm",
-         "version" : "1.72"
+         "version" : "1.73"
       }
    },
    "release_status" : "stable",
@@ -143,16 +143,16 @@
       "x_IRC" : "irc://irc.perl.org/#toolchain",
       "x_MailingList" : "http://lists.perl.org/list/cpan-workers.html";
    },
-   "version" : "1.72",
+   "version" : "1.73",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.029008"
+         "version" : "5.033005"
       },
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::PodVersion",
             "name" : "PodVersion",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::OnlyCorePrereqs",
@@ -181,7 +181,7 @@
                   "eumm_bundled" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000034",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -191,7 +191,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "MetaResources",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -206,7 +206,7 @@
                }
             },
             "name" : "stale modules, release",
-            "version" : "0.055"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::GatherDir",
@@ -228,37 +228,43 @@
                }
             },
             "name" : "Git::GatherDir",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "MetaYAML",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "License",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "Readme",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "Manifest",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
+            "config" : {
+               "Dist::Zilla::Role::ModuleMetadata" : {
+                  "Module::Metadata" : "1.000037",
+                  "version" : "0.006"
+               }
+            },
             "name" : "InstallGuide",
-            "version" : "1.200012"
+            "version" : "1.200013"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -286,7 +292,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "MetaTests",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -295,13 +301,18 @@
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::MinimumVersion" : {
+                  "max_target_perl" : "5.006"
+               }
+            },
             "name" : "Test::MinimumVersion",
-            "version" : "2.000008"
+            "version" : "2.000010"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
@@ -316,7 +327,7 @@
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -369,7 +380,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : ":InstallModules",
-                        "version" : "6.012"
+                        "version" : "6.017"
                      }
                   ],
                   "include_underscores" : 0
@@ -381,7 +392,7 @@
                   "meta_noindex" : "1"
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000034",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -391,13 +402,13 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -405,17 +416,17 @@
                }
             },
             "name" : "Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
             "name" : "Prereqs::AuthorDeps",
-            "version" : "0.006"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -433,17 +444,17 @@
                }
             },
             "name" : "RemovePrereqs",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "6"
                }
             },
             "name" : "MakeMaker",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckSelfDependency",
@@ -454,7 +465,7 @@
                   ]
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000034",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -478,12 +489,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                }
             },
             "name" : "initial check",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
@@ -498,13 +509,13 @@
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "TestRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "6"
                }
             },
             "name" : "RunExtraTests",
@@ -522,22 +533,22 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                }
             },
             "name" : "after tests",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
             "name" : "CheckIssues",
-            "version" : "0.010"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Update",
@@ -571,7 +582,7 @@
                }
             },
             "name" : "@Git::VersionManager/pluginbundle version",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
@@ -613,7 +624,8 @@
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "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" : [
@@ -625,7 +637,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -633,7 +645,7 @@
                }
             },
             "name" : "@Git::VersionManager/release snapshot",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -642,12 +654,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "1.72",
+                  "tag" : "1.73",
                   "tag_format" : "%v",
                   "tag_message" : "v%v%t"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -655,7 +667,7 @@
                }
             },
             "name" : "@Git::VersionManager/Git::Tag",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : 
"Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
@@ -676,14 +688,15 @@
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Git::VersionManager/NextRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "increment $VERSION after %v release"
+                  "commit_msg" : "increment $VERSION after %v release",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -697,7 +710,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -705,7 +718,7 @@
                }
             },
             "name" : "@Git::VersionManager/post-release commit",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -717,67 +730,67 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Push",
-            "version" : "2.045"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "ConfirmRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          }
       ],
       "zilla" : {
@@ -785,7 +798,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.017"
       }
    },
    "x_authority" : "cpan:P5P",
@@ -798,13 +811,15 @@
       "Leon Timmermans <[email protected]>",
       "Andreas Koenig <[email protected]>",
       "James E Keenan <[email protected]>",
+      "David E. Wheeler <[email protected]>",
       "Ed J <[email protected]>",
+      "Graham Knop <[email protected]>",
       "Jerome Eteve <[email protected]>",
-      "David E. Wheeler <[email protected]>",
-      "Zefram <[email protected]>",
-      "Petr P\u00edsa\u0159 <[email protected]>"
+      "Petr P\u00edsa\u0159 <[email protected]>",
+      "Zefram <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.29.8",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09"
+   "x_generated_by_perl" : "v5.33.5",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/META.yml 
new/ExtUtils-Manifest-1.73/META.yml
--- old/ExtUtils-Manifest-1.72/META.yml 2019-03-10 21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/META.yml 2021-01-16 21:58:36.000000000 +0100
@@ -16,7 +16,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.017, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
 provides:
   ExtUtils::Manifest:
     file: lib/ExtUtils/Manifest.pm
-    version: '1.72'
+    version: '1.73'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -43,15 +43,15 @@
   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.72'
+version: '1.73'
 x_Dist_Zilla:
   perl:
-    version: '5.029008'
+    version: '5.033005'
   plugins:
     -
       class: Dist::Zilla::Plugin::PodVersion
       name: PodVersion
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::OnlyCorePrereqs
       config:
@@ -74,14 +74,14 @@
         Dist::Zilla::Plugin::DualLife:
           eumm_bundled: 1
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000034'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: DualLife
       version: '0.07'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: MetaResources
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -93,7 +93,7 @@
           run_under_travis: 0
           skip: []
       name: 'stale modules, release'
-      version: '0.055'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
       config:
@@ -110,31 +110,35 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: Git::GatherDir
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: MetaYAML
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::License
       name: License
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Readme
       name: Readme
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: Manifest
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::InstallGuide
+      config:
+        Dist::Zilla::Role::ModuleMetadata:
+          Module::Metadata: '1.000037'
+          version: '0.006'
       name: InstallGuide
-      version: '1.200012'
+      version: '1.200013'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -156,19 +160,22 @@
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: MetaTests
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: Test::ChangesHasContent
       version: '0.011'
     -
       class: Dist::Zilla::Plugin::Test::MinimumVersion
+      config:
+        Dist::Zilla::Plugin::Test::MinimumVersion:
+          max_target_perl: '5.006'
       name: Test::MinimumVersion
-      version: '2.000008'
+      version: '2.000010'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Test::Pod::No404s
       name: Test::Pod::No404s
@@ -180,7 +187,7 @@
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: Test::ReportPrereqs
-      version: '0.027'
+      version: '0.028'
     -
       class: Dist::Zilla::Plugin::Test::Portability
       config:
@@ -220,7 +227,7 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: ':InstallModules'
-              version: '6.012'
+              version: '6.017'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -228,33 +235,33 @@
           inherit_version: '0'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000034'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.19.1
+          git_version: 2.29.2
           include_authors: 0
           include_releaser: 1
           order_by: commits
           paths: []
       name: Git::Contributors
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
       name: Prereqs::AuthorDeps
-      version: '0.006'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::MinimumPerl
       name: MinimumPerl
@@ -267,14 +274,14 @@
             - VMS::Feature
             - VMS::Filespec
       name: RemovePrereqs
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '6'
       name: MakeMaker
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::CheckSelfDependency
       config:
@@ -282,7 +289,7 @@
           finder:
             - ':InstallModules'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000034'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: CheckSelfDependency
       version: '0.011'
@@ -300,10 +307,10 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
       name: 'initial check'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Remote::Check
       name: Git::Remote::Check
@@ -315,12 +322,12 @@
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: TestRelease
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '6'
       name: RunExtraTests
       version: '0.029'
     -
@@ -333,18 +340,18 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
       name: 'after tests'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: CheckIssues
-      version: '0.010'
+      version: '0.011'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: UploadToCPAN
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::GitHub::Update
       config:
@@ -368,7 +375,7 @@
           phase: develop
           type: recommends
       name: '@Git::VersionManager/pluginbundle version'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::RewriteVersion::Transitional
       config:
@@ -401,6 +408,7 @@
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: '%N-%v%t%n%n%c'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -409,12 +417,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/release snapshot'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -422,16 +430,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '1.72'
+          tag: '1.73'
           tag_format: '%v'
           tag_message: v%v%t
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/Git::Tag'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
@@ -447,13 +455,14 @@
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Git::VersionManager/NextRelease'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: 'increment $VERSION after %v release'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Build.PL
@@ -463,12 +472,12 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/post-release commit'
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -477,59 +486,59 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.29.2
           repo_root: .
       name: Git::Push
-      version: '2.045'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: ConfirmRelease
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.017'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
+    version: '6.017'
 x_authority: cpan:P5P
 x_contributors:
   - 'Karen Etheridge <[email protected]>'
@@ -540,10 +549,12 @@
   - 'Leon Timmermans <[email protected]>'
   - 'Andreas Koenig <[email protected]>'
   - 'James E Keenan <[email protected]>'
+  - 'David E. Wheeler <[email protected]>'
   - 'Ed J <[email protected]>'
+  - 'Graham Knop <[email protected]>'
   - 'Jerome Eteve <[email protected]>'
-  - 'David E. Wheeler <[email protected]>'
-  - 'Zefram <[email protected]>'
   - 'Petr P??sa?? <[email protected]>'
-x_generated_by_perl: v5.29.8
+  - 'Zefram <[email protected]>'
+x_generated_by_perl: v5.33.5
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/Makefile.PL 
new/ExtUtils-Manifest-1.73/Makefile.PL
--- old/ExtUtils-Manifest-1.72/Makefile.PL      2019-03-10 21:26:38.000000000 
+0100
+++ new/ExtUtils-Manifest-1.73/Makefile.PL      2021-01-16 21:58:36.000000000 
+0100
@@ -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.017.
 use strict;
 use warnings;
 
@@ -34,7 +34,7 @@
     "File::Spec" => "0.8",
     "Test::More" => 0
   },
-  "VERSION" => "1.72",
+  "VERSION" => "1.73",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/README 
new/ExtUtils-Manifest-1.73/README
--- old/ExtUtils-Manifest-1.72/README   2019-03-10 21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/README   2021-01-16 21:58:36.000000000 +0100
@@ -1,5 +1,5 @@
 This archive contains the distribution ExtUtils-Manifest,
-version 1.72:
+version 1.73:
 
   Utilities to write and check a MANIFEST file
 
@@ -9,4 +9,4 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/lib/ExtUtils/MANIFEST.SKIP 
new/ExtUtils-Manifest-1.73/lib/ExtUtils/MANIFEST.SKIP
--- old/ExtUtils-Manifest-1.72/lib/ExtUtils/MANIFEST.SKIP       2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/lib/ExtUtils/MANIFEST.SKIP       2021-01-16 
21:58:36.000000000 +0100
@@ -5,6 +5,7 @@
 ,v$
 \B\.svn\b
 \B\.git\b
+^\.github\b
 \B\.gitignore\b
 \b_darcs\b
 \B\.cvsignore$
@@ -51,6 +52,8 @@
 \B\.DS_Store
 # Mac OSX SMB mount metadata files
 \B\._
+# Placeholder files created when iCloud will "optimize Mac storage"
+\.i[cC]loud$
 
 # Avoid Devel::Cover and Devel::CoverX::Covered files.
 \bcover_db\b
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/lib/ExtUtils/Manifest.pm 
new/ExtUtils-Manifest-1.73/lib/ExtUtils/Manifest.pm
--- old/ExtUtils-Manifest-1.72/lib/ExtUtils/Manifest.pm 2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/lib/ExtUtils/Manifest.pm 2021-01-16 
21:58:36.000000000 +0100
@@ -1,4 +1,4 @@
-package ExtUtils::Manifest; # git description: 1.71-18-g17b7919
+package ExtUtils::Manifest; # git description: 1.72-7-g54209ce
 
 require Exporter;
 use Config;
@@ -10,7 +10,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.72';
+our $VERSION = '1.73';
 our @ISA = ('Exporter');
 our @EXPORT_OK = qw(mkmanifest
                 manicheck  filecheck  fullcheck  skipcheck
@@ -56,7 +56,7 @@
 our $Quiet = 0;
 our $MANIFEST = 'MANIFEST';
 
-our $DEFAULT_MSKIP = File::Spec->catfile( dirname(__FILE__), "$MANIFEST.SKIP" 
);
+our $DEFAULT_MSKIP = File::Spec->rel2abs(File::Spec->catfile( 
dirname(__FILE__), "$MANIFEST.SKIP" ));
 
 
 =head1 NAME
@@ -65,7 +65,7 @@
 
 =head1 VERSION
 
-version 1.72
+version 1.73
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/t/00-report-prereqs.t 
new/ExtUtils-Manifest-1.73/t/00-report-prereqs.t
--- old/ExtUtils-Manifest-1.72/t/00-report-prereqs.t    2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/t/00-report-prereqs.t    2021-01-16 
21:58:36.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/xt/author/distmeta.t 
new/ExtUtils-Manifest-1.73/xt/author/distmeta.t
--- old/ExtUtils-Manifest-1.72/xt/author/distmeta.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/xt/author/distmeta.t     2021-01-16 
21:58:36.000000000 +0100
@@ -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/ExtUtils-Manifest-1.72/xt/author/minimum-version.t 
new/ExtUtils-Manifest-1.73/xt/author/minimum-version.t
--- old/ExtUtils-Manifest-1.72/xt/author/minimum-version.t      2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/xt/author/minimum-version.t      2021-01-16 
21:58:36.000000000 +0100
@@ -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/ExtUtils-Manifest-1.72/xt/release/changes_has_content.t 
new/ExtUtils-Manifest-1.73/xt/release/changes_has_content.t
--- old/ExtUtils-Manifest-1.72/xt/release/changes_has_content.t 2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/xt/release/changes_has_content.t 2021-01-16 
21:58:36.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.72';
+my $newver = '1.73';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Manifest-1.72/xt/release/distmeta.t 
new/ExtUtils-Manifest-1.73/xt/release/distmeta.t
--- old/ExtUtils-Manifest-1.72/xt/release/distmeta.t    2019-03-10 
21:26:38.000000000 +0100
+++ new/ExtUtils-Manifest-1.73/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