Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-B-COW for openSUSE:Factory 
checked in at 2022-11-08 10:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-COW (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-COW.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-COW"

Tue Nov  8 10:53:44 2022 rev:5 rq:1034332 version:0.007

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-B-COW/perl-B-COW.changes    2020-04-29 
20:44:07.279914677 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-COW.new.1597/perl-B-COW.changes  
2022-11-08 10:53:59.565613868 +0100
@@ -1,0 +2,15 @@
+Fri Oct 21 03:06:05 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.007
+   see /usr/share/doc/packages/perl-B-COW/Changes
+
+  0.007     2022-10-20 08:59:44-06:00 America/Denver
+  * Advertise XSLoader dependency
+  0.006     2022-10-17 09:20:52-06:00 America/Denver
+  * Disable prototypes to silence warning (haarg)
+  0.005     2022-10-14 09:15:55-06:00 America/Denver
+  * Add version to Test::More use to ensure correct version (haarg)
+  * Remove useless MIN_PERL_VERSION_FOR_COW
+  * Update CI workflow
+
+-------------------------------------------------------------------

Old:
----
  B-COW-0.004.tar.gz

New:
----
  B-COW-0.007.tar.gz

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

Other differences:
------------------
++++++ perl-B-COW.spec ++++++
--- /var/tmp/diff_new_pack.oHKXkS/_old  2022-11-08 10:53:59.969616271 +0100
+++ /var/tmp/diff_new_pack.oHKXkS/_new  2022-11-08 10:53:59.973616295 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-COW
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
+%define cpan_name B-COW
 Name:           perl-B-COW
-Version:        0.004
+Version:        0.007
 Release:        0
-%define cpan_name B-COW
-Summary:        B::COW additional B helpers to check COW status
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+Summary:        B::COW additional B helpers to check COW status
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
@@ -36,11 +34,11 @@
 one SvPV.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-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 examples README
 %license LICENSE
 

++++++ B-COW-0.004.tar.gz -> B-COW-0.007.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/COW.xs new/B-COW-0.007/COW.xs
--- old/B-COW-0.004/COW.xs      2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/COW.xs      2022-10-20 16:59:44.000000000 +0200
@@ -12,9 +12,6 @@
 #include <XSUB.h>
 #include <embed.h>
 
-
-#define MIN_PERL_VERSION_FOR_COW  20
-
 #if defined(SV_COW_REFCNT_MAX)
 #   define B_CAN_COW 1
 #else
@@ -26,6 +23,8 @@
 
 MODULE = B__COW       PACKAGE = B::COW
 
+PROTOTYPES: DISABLE
+
 SV*
 can_cow()
 CODE:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/Changes new/B-COW-0.007/Changes
--- old/B-COW-0.004/Changes     2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/Changes     2022-10-20 16:59:44.000000000 +0200
@@ -1,19 +1,33 @@
 Revision history for B-COW
 
+0.007     2022-10-20 08:59:44-06:00 America/Denver
+
+* Advertise XSLoader dependency
+
+0.006     2022-10-17 09:20:52-06:00 America/Denver
+
+* Disable prototypes to silence warning (haarg)
+
+0.005     2022-10-14 09:15:55-06:00 America/Denver
+
+* Add version to Test::More use to ensure correct version (haarg)
+* Remove useless MIN_PERL_VERSION_FOR_COW
+* Update CI workflow
+
 0.004     2020-04-23 14:41:21-06:00 America/Denver
 
-fix CowREFCNT issues on big endian
+* fix CowREFCNT issues on big endian
 
 0.003     2020-04-20 09:59:34-06:00 America/Denver
 
-support for Perl compiled without COW
+* support for Perl compiled without COW
 
 0.002     2020-01-29 12:13:52-07:00 America/Denver
 
-fix unit test error for 'uncow' strings
+* fix unit test error for 'uncow' strings
 
 0.001     2018-10-26 11:42:52-05:00 America/Chicago
 
-First version, this is a very alpha state
+* First version, this is a very alpha state
     use it at your own risk
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/LICENSE new/B-COW-0.007/LICENSE
--- old/B-COW-0.004/LICENSE     2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/LICENSE     2022-10-20 16:59:44.000000000 +0200
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/MANIFEST new/B-COW-0.007/MANIFEST
--- old/B-COW-0.004/MANIFEST    2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/MANIFEST    2022-10-20 16:59:44.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.024.
 COW.xs
 Changes
 LICENSE
@@ -16,8 +16,8 @@
 t/00-report-prereqs.t
 t/01-basic.t
 xt/author/00-compile.t
+xt/author/distmeta.t
 xt/author/minimum-version.t
 xt/author/no-tabs.t
 xt/author/pod-syntax.t
 xt/author/synopsis.t
-xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/META.json new/B-COW-0.007/META.json
--- old/B-COW-0.004/META.json   2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/META.json   2022-10-20 16:59:45.000000000 +0200
@@ -4,7 +4,7 @@
       "Nicolas R. <atoo...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -45,14 +45,15 @@
             "Devel::Peek" : "0",
             "ExtUtils::MakeMaker" : "0",
             "File::Spec" : "0",
-            "Test::More" : "0"
+            "Test::More" : "0",
+            "XSLoader" : "0"
          }
       }
    },
    "provides" : {
       "B::COW" : {
          "file" : "lib/B/COW.pm",
-         "version" : "0.004"
+         "version" : "0.007"
       }
    },
    "release_status" : "stable",
@@ -66,10 +67,10 @@
          "web" : "https://github.com/atoomic/B-COW.git";
       }
    },
-   "version" : "0.004",
+   "version" : "0.007",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.030001"
+         "version" : "5.032001"
       },
       "plugins" : [
          {
@@ -103,7 +104,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "MetaTests",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::NoTabs",
@@ -123,12 +124,12 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -142,88 +143,88 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@Default/SingleEncoding",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@Default/Name",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@Default/Version",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Default/prelude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "SYNOPSIS",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "DESCRIPTION",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "OVERVIEW",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "ATTRIBUTES",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "METHODS",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "FUNCTIONS",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@Default/Leftovers",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Default/postlude",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@Default/Authors",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@Default/Legal",
-                        "version" : "4.015"
+                        "version" : "4.018"
                      }
                   ]
                }
             },
             "name" : "PodWeaver",
-            "version" : "4.008"
+            "version" : "4.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -238,17 +239,17 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MinimumPerlFast",
             "name" : "MinimumPerlFast",
-            "version" : "0.003"
+            "version" : "0.004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -258,7 +259,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : 
"MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "6.012"
+                        "version" : "6.024"
                      }
                   ],
                   "include_underscores" : 0
@@ -270,7 +271,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -280,7 +281,7 @@
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "NextRelease",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -293,12 +294,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Push",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -309,12 +310,12 @@
                }
             },
             "name" : "TestRequires",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "TestRelease",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
@@ -342,12 +343,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                }
             },
             "name" : "@Git/Check",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -358,7 +359,8 @@
                      "README.mkdn",
                      "dist.ini"
                   ],
-                  "commit_msg" : "v%V%n%n%c"
+                  "commit_msg" : "v%V%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -370,7 +372,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -378,7 +380,7 @@
                }
             },
             "name" : "@Git/Commit",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -387,12 +389,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v0.004",
+                  "tag" : "v0.007",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -400,7 +402,7 @@
                }
             },
             "name" : "@Git/Tag",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -413,12 +415,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                }
             },
             "name" : "@Git/Push",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::BeforeBuild",
@@ -457,47 +459,47 @@
                   "version_regexp" : "(?^:^v(.+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.2 (Apple Git-127)",
+                  "git_version" : "2.32.1 (Apple Git-133)",
                   "repo_root" : "."
                }
             },
             "name" : "Git::NextVersion",
-            "version" : "2.046"
+            "version" : "2.048"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Filter/PruneCruft",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Filter/ManifestSkip",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Filter/MetaYAML",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Filter/License",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Filter/Readme",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Filter/ExecDir",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Filter/ShareDir",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -507,27 +509,27 @@
                }
             },
             "name" : "@Filter/MakeMaker",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Filter/Manifest",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Filter/TestRelease",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Filter/ConfirmRelease",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Filter/UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
@@ -545,22 +547,22 @@
                }
             },
             "name" : "GatherDir",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "MetaResources",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneFiles",
             "name" : "PruneFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::InsertExample",
             "name" : "InsertExample",
-            "version" : "0.09"
+            "version" : "0.15"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Synopsis",
@@ -580,57 +582,57 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "6.012"
+            "version" : "6.024"
          }
       ],
       "zilla" : {
@@ -638,10 +640,11 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.024"
       }
    },
-   "x_generated_by_perl" : "v5.30.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19"
+   "x_generated_by_perl" : "v5.32.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/META.yml new/B-COW-0.007/META.yml
--- old/B-COW-0.004/META.yml    2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/META.yml    2022-10-20 16:59:44.000000000 +0200
@@ -7,10 +7,11 @@
   ExtUtils::MakeMaker: '0'
   File::Spec: '0'
   Test::More: '0'
+  XSLoader: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,16 +20,16 @@
 provides:
   B::COW:
     file: lib/B/COW.pm
-    version: '0.004'
+    version: '0.007'
 requires:
   perl: '5.008'
 resources:
   bugtracker: https://github.com/atoomic/B-COW/issues
   repository: https://github.com/atoomic/B-COW.git
-version: '0.004'
+version: '0.007'
 x_Dist_Zilla:
   perl:
-    version: '5.030001'
+    version: '5.032001'
   plugins:
     -
       class: Dist::Zilla::Plugin::OurPkgVersion
@@ -55,7 +56,7 @@
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: MetaTests
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Test::NoTabs
       config:
@@ -70,11 +71,11 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: Test::ReportPrereqs
-      version: '0.027'
+      version: '0.028'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -86,69 +87,69 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@Default/SingleEncoding'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Name
               name: '@Default/Name'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Version
               name: '@Default/Version'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@Default/prelude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: SYNOPSIS
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: DESCRIPTION
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Generic
               name: OVERVIEW
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: ATTRIBUTES
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: METHODS
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Collect
               name: FUNCTIONS
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@Default/Leftovers'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Region
               name: '@Default/postlude'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Authors
               name: '@Default/Authors'
-              version: '4.015'
+              version: '4.018'
             -
               class: Pod::Weaver::Section::Legal
               name: '@Default/Legal'
-              version: '4.015'
+              version: '4.018'
       name: PodWeaver
-      version: '4.008'
+      version: '4.009'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
@@ -159,15 +160,15 @@
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MinimumPerlFast
       name: MinimumPerlFast
-      version: '0.003'
+      version: '0.004'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -176,7 +177,7 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
-              version: '6.012'
+              version: '6.024'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -184,14 +185,14 @@
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: NextRelease
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -201,10 +202,10 @@
             - 'gh HEAD:refs/heads/released'
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
       name: Git::Push
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -212,11 +213,11 @@
           phase: test
           type: requires
       name: TestRequires
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: TestRelease
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Test::MinimumVersion
       config:
@@ -237,10 +238,10 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
       name: '@Git/Check'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -250,6 +251,7 @@
             - README.mkdn
             - dist.ini
           commit_msg: v%V%n%n%c
+          signoff: '0'
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -258,12 +260,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git/Commit'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -271,16 +273,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v0.004
+          tag: v0.007
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git/Tag'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -290,10 +292,10 @@
             - 'gh HEAD:refs/heads/released'
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
       name: '@Git/Push'
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::Run::BeforeBuild
       config:
@@ -323,61 +325,61 @@
           version_by_branch: 0
           version_regexp: (?^:^v(.+)$)
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.24.2 (Apple Git-127)'
+          git_version: '2.32.1 (Apple Git-133)'
           repo_root: .
       name: Git::NextVersion
-      version: '2.046'
+      version: '2.048'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Filter/PruneCruft'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Filter/ManifestSkip'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Filter/MetaYAML'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Filter/License'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Filter/Readme'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Filter/ExecDir'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Filter/ShareDir'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@Filter/MakeMaker'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Filter/Manifest'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Filter/TestRelease'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Filter/ConfirmRelease'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Filter/UploadToCPAN'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::GatherDir
       config:
@@ -391,19 +393,19 @@
           prune_directory: []
           root: .
       name: GatherDir
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: MetaResources
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::PruneFiles
       name: PruneFiles
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::InsertExample
       name: InsertExample
-      version: '0.09'
+      version: '0.15'
     -
       class: Dist::Zilla::Plugin::Test::Synopsis
       name: Test::Synopsis
@@ -418,51 +420,52 @@
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.024'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
-      version: '6.012'
+      version: '6.024'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
-x_generated_by_perl: v5.30.1
+    version: '6.024'
+x_generated_by_perl: v5.32.1
 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/B-COW-0.004/Makefile.PL new/B-COW-0.007/Makefile.PL
--- old/B-COW-0.004/Makefile.PL 2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/Makefile.PL 2022-10-20 16:59:45.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.024.
 use strict;
 use warnings;
 
@@ -21,9 +21,10 @@
     "Devel::Peek" => 0,
     "ExtUtils::MakeMaker" => 0,
     "File::Spec" => 0,
-    "Test::More" => 0
+    "Test::More" => 0,
+    "XSLoader" => 0
   },
-  "VERSION" => "0.004",
+  "VERSION" => "0.007",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -34,7 +35,8 @@
   "Devel::Peek" => 0,
   "ExtUtils::MakeMaker" => 0,
   "File::Spec" => 0,
-  "Test::More" => 0
+  "Test::More" => 0,
+  "XSLoader" => 0
 );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/README new/B-COW-0.007/README
--- old/B-COW-0.004/README      2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/README      2022-10-20 16:59:44.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution B-COW,
-version 0.004:
+version 0.007:
 
   B::COW additional B helpers to check COW status
 
@@ -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.024.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/dist.ini new/B-COW-0.007/dist.ini
--- old/B-COW-0.004/dist.ini    2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/dist.ini    2022-10-20 16:59:45.000000000 +0200
@@ -43,6 +43,7 @@
 ;Test2::Tools::Explain                 = 0
 ;Test2::Plugin::NoWarnings     = 0
 Devel::Peek                 = 0
+XSLoader                    = 0
 
 [TestRelease]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/lib/B/COW.pm new/B-COW-0.007/lib/B/COW.pm
--- old/B-COW-0.004/lib/B/COW.pm        2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/lib/B/COW.pm        2022-10-20 16:59:45.000000000 +0200
@@ -7,7 +7,7 @@
 
 use base 'Exporter';
 
-our $VERSION = '0.004'; # VERSION: generated by DZP::OurPkgVersion
+our $VERSION = '0.007'; # VERSION: generated by DZP::OurPkgVersion
 
 use XSLoader;
 
@@ -38,7 +38,7 @@
 
 =head1 VERSION
 
-version 0.004
+version 0.007
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/t/00-report-prereqs.dd 
new/B-COW-0.007/t/00-report-prereqs.dd
--- old/B-COW-0.004/t/00-report-prereqs.dd      2020-04-23 22:41:23.000000000 
+0200
+++ new/B-COW-0.007/t/00-report-prereqs.dd      2022-10-20 16:59:45.000000000 
+0200
@@ -30,7 +30,8 @@
                                    'Devel::Peek' => '0',
                                    'ExtUtils::MakeMaker' => '0',
                                    'File::Spec' => '0',
-                                   'Test::More' => '0'
+                                   'Test::More' => '0',
+                                   'XSLoader' => '0'
                                  }
                  }
      };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/t/00-report-prereqs.t 
new/B-COW-0.007/t/00-report-prereqs.t
--- old/B-COW-0.004/t/00-report-prereqs.t       2020-04-23 22:41:23.000000000 
+0200
+++ new/B-COW-0.007/t/00-report-prereqs.t       2022-10-20 16:59:45.000000000 
+0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/t/01-basic.t new/B-COW-0.007/t/01-basic.t
--- old/B-COW-0.004/t/01-basic.t        2020-04-23 22:41:23.000000000 +0200
+++ new/B-COW-0.007/t/01-basic.t        2022-10-20 16:59:45.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More 0.88;
 use Devel::Peek;
 
 use B::COW qw{:all};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/xt/author/distmeta.t 
new/B-COW-0.007/xt/author/distmeta.t
--- old/B-COW-0.004/xt/author/distmeta.t        1970-01-01 01:00:00.000000000 
+0100
+++ new/B-COW-0.007/xt/author/distmeta.t        2022-10-20 16:59:45.000000000 
+0200
@@ -0,0 +1,6 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
+
+use Test::CPAN::Meta;
+
+meta_yaml_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.004/xt/release/distmeta.t 
new/B-COW-0.007/xt/release/distmeta.t
--- old/B-COW-0.004/xt/release/distmeta.t       2020-04-23 22:41:23.000000000 
+0200
+++ new/B-COW-0.007/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