Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory
checked in at 2023-01-04 18:10:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Fatal"
Wed Jan 4 18:10:13 2023 rev:20 rq:1046507 version:0.017
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes
2020-08-15 21:17:47.015534409 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Fatal.new.1563/perl-Test-Fatal.changes
2023-01-04 18:10:19.604449704 +0100
@@ -1,0 +2,9 @@
+Tue Jan 3 03:11:49 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.017
+ see /usr/share/doc/packages/perl-Test-Fatal/Changes
+
+ 0.017 2022-12-31 16:40:56-05:00 America/New_York
+ - update packaging and metadata
+
+-------------------------------------------------------------------
Old:
----
Test-Fatal-0.016.tar.gz
New:
----
Test-Fatal-0.017.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Fatal.spec ++++++
--- /var/tmp/diff_new_pack.WqTec0/_old 2023-01-04 18:10:20.284453712 +0100
+++ /var/tmp/diff_new_pack.WqTec0/_new 2023-01-04 18:10:20.288453736 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Fatal
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,19 @@
#
+%define cpan_name Test-Fatal
Name: perl-Test-Fatal
-Version: 0.016
+Version: 0.017
Release: 0
-%define cpan_name Test-Fatal
-Summary: Incredibly simple helpers for testing code with exceptions
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
+Summary: Incredibly simple helpers for testing code with exceptions
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.65
BuildRequires: perl(Try::Tiny) >= 0.07
Requires: perl(Try::Tiny) >= 0.07
@@ -49,12 +48,12 @@
Test::Exception.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -65,7 +64,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples README
%license LICENSE
++++++ Test-Fatal-0.016.tar.gz -> Test-Fatal-0.017.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/Changes new/Test-Fatal-0.017/Changes
--- old/Test-Fatal-0.016/Changes 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/Changes 2022-12-31 22:40:57.000000000 +0100
@@ -1,5 +1,8 @@
Revision history for Test-Fatal
+0.017 2022-12-31 16:40:56-05:00 America/New_York
+ - update packaging and metadata
+
0.016 2020-08-08 22:00:14-04:00 America/New_York
- no changes since trial release of 0.015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/LICENSE new/Test-Fatal-0.017/LICENSE
--- old/Test-Fatal-0.016/LICENSE 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/LICENSE 2022-12-31 22:40:57.000000000 +0100
@@ -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/Test-Fatal-0.016/MANIFEST
new/Test-Fatal-0.017/MANIFEST
--- old/Test-Fatal-0.016/MANIFEST 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/MANIFEST 2022-12-31 22:40:57.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.029.
Changes
LICENSE
MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/META.json
new/Test-Fatal-0.017/META.json
--- old/Test-Fatal-0.016/META.json 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/META.json 2022-12-31 22:40:57.000000000 +0100
@@ -1,10 +1,10 @@
{
"abstract" : "incredibly simple helpers for testing code with exceptions",
"author" : [
- "Ricardo Signes <[email protected]>"
+ "Ricardo Signes <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -16,7 +16,7 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "6.78"
}
},
"develop" : {
@@ -60,10 +60,10 @@
"web" : "https://github.com/rjbs/Test-Fatal"
}
},
- "version" : "0.016",
+ "version" : "0.017",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.032000"
+ "version" : "5.037002"
},
"plugins" : [
{
@@ -83,12 +83,12 @@
}
},
"name" : "@RJBS/Git::GatherDir",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@RJBS/CheckPrereqsIndexed",
- "version" : "0.020"
+ "version" : "0.021"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -121,7 +121,9 @@
"modules" : [],
"phase" : "release",
"run_under_travis" : 0,
- "skip" : []
+ "skip" : [
+ "Dist::Zilla::Plugin::RJBSMisc"
+ ]
}
},
"name" : "@RJBS/CPAN-Outdated",
@@ -130,57 +132,57 @@
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@RJBS/@Filter/PruneCruft",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@RJBS/@Filter/ManifestSkip",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@RJBS/@Filter/MetaYAML",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@RJBS/@Filter/License",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@RJBS/@Filter/Readme",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@RJBS/@Filter/ExecDir",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@RJBS/@Filter/ShareDir",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@RJBS/@Filter/Manifest",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@RJBS/@Filter/TestRelease",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@RJBS/@Filter/ConfirmRelease",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@RJBS/@Filter/UploadToCPAN",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -190,48 +192,48 @@
}
},
"name" : "@RJBS/MakeMaker",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"config" : {
"Dist::Zilla::Plugin::Git::NextVersion" : {
"first_version" : "0.001",
- "version_by_branch" : 0,
+ "version_by_branch" : 1,
"version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"repo_root" : "."
}
},
"name" : "@RJBS/Git::NextVersion",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -241,12 +243,17 @@
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@RJBS/Test::ReportPrereqs",
- "version" : "0.027"
+ "version" : "0.028"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
+ "name" : "@RJBS/Git::Remote::Check",
+ "version" : "0.1.2"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -257,7 +264,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -274,82 +281,87 @@
{
"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" : "@RJBS/SingleEncoding",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@RJBS/Name",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@RJBS/Version",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/Prelude",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Synopsis",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Description",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Overview",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Stability",
- "version" : "4.015"
+ "version" : "4.018"
+ },
+ {
+ "class" : "Pod::Weaver::Section::GenerateSection",
+ "name" : "@RJBS/PerlSupport",
+ "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" : "@RJBS/Leftovers",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/postlude",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@RJBS/Authors",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -359,18 +371,23 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@RJBS/Legal",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@RJBS/List",
- "version" : "4.015"
+ "version" : "4.018"
}
]
}
},
"name" : "@RJBS/PodWeaver",
- "version" : "4.008"
+ "version" : "4.009"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::RJBSMisc",
+ "name" : "@RJBS/RJBSMisc",
+ "version" : "5.020"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -392,19 +409,20 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Check",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"config" : {
"Dist::Zilla::Plugin::Git::Commit" : {
"add_files_in" : [],
- "commit_msg" : "v%V%n%n%c"
+ "commit_msg" : "v%V%n%n%c",
+ "signoff" : 0
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
@@ -415,7 +433,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -423,7 +441,7 @@
}
},
"name" : "@RJBS/@Git/Commit",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -432,12 +450,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "0.016",
+ "tag" : "0.017",
"tag_format" : "%v",
"tag_message" : "v%V"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -445,31 +463,30 @@
}
},
"name" : "@RJBS/@Git/Tag",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
"config" : {
"Dist::Zilla::Plugin::Git::Push" : {
"push_to" : [
- "origin :",
"github :"
],
"remotes_must_exist" : 0
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Push",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
- "git_version" : "2.24.3 (Apple Git-128)",
+ "git_version" : "2.38.0",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
@@ -477,7 +494,7 @@
}
},
"name" : "@RJBS/Git::Contributors",
- "version" : "0.035"
+ "version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::RemovePrereqs",
@@ -489,7 +506,7 @@
}
},
"name" : "RemovePrereqs",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -500,57 +517,57 @@
}
},
"name" : "TestRequires",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.015"
+ "version" : "6.029"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.015"
+ "version" : "6.029"
}
],
"zilla" : {
@@ -558,7 +575,7 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.015"
+ "version" : "6.029"
}
},
"x_contributors" : [
@@ -566,10 +583,12 @@
"Graham Knop <[email protected]>",
"Jesse Luehrs <[email protected]>",
"Joel Bernstein <[email protected]>",
- "Karen Etheridge <[email protected]>"
+ "Karen Etheridge <[email protected]>",
+ "Ricardo Signes <[email protected]>"
],
- "x_generated_by_perl" : "v5.32.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "x_generated_by_perl" : "v5.37.2",
+ "x_rjbs_perl_window" : "long-term",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/META.yml
new/Test-Fatal-0.017/META.yml
--- old/Test-Fatal-0.016/META.yml 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/META.yml 2022-12-31 22:40:57.000000000 +0100
@@ -1,7 +1,7 @@
---
abstract: 'incredibly simple helpers for testing code with exceptions'
author:
- - 'Ricardo Signes <[email protected]>'
+ - 'Ricardo Signes <[email protected]>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
@@ -9,9 +9,9 @@
Test::More: '0.65'
overload: '0'
configure_requires:
- ExtUtils::MakeMaker: '0'
+ ExtUtils::MakeMaker: '6.78'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,10 +28,10 @@
bugtracker: https://github.com/rjbs/Test-Fatal/issues
homepage: https://github.com/rjbs/Test-Fatal
repository: https://github.com/rjbs/Test-Fatal.git
-version: '0.016'
+version: '0.017'
x_Dist_Zilla:
perl:
- version: '5.032000'
+ version: '5.037002'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
@@ -47,11 +47,11 @@
Dist::Zilla::Plugin::Git::GatherDir:
include_untracked: 0
name: '@RJBS/Git::GatherDir'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@RJBS/CheckPrereqsIndexed'
- version: '0.020'
+ version: '0.021'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@RJBS/CheckExtraTests'
@@ -78,92 +78,93 @@
modules: []
phase: release
run_under_travis: 0
- skip: []
+ skip:
+ - Dist::Zilla::Plugin::RJBSMisc
name: '@RJBS/CPAN-Outdated'
version: '0.057'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@RJBS/@Filter/PruneCruft'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@RJBS/@Filter/ManifestSkip'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@RJBS/@Filter/MetaYAML'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::License
name: '@RJBS/@Filter/License'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Readme
name: '@RJBS/@Filter/Readme'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@RJBS/@Filter/ExecDir'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@RJBS/@Filter/ShareDir'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Manifest
name: '@RJBS/@Filter/Manifest'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@RJBS/@Filter/TestRelease'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@RJBS/@Filter/ConfirmRelease'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@RJBS/@Filter/UploadToCPAN'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 9
name: '@RJBS/MakeMaker'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Git::NextVersion
config:
Dist::Zilla::Plugin::Git::NextVersion:
first_version: '0.001'
- version_by_branch: 0
+ version_by_branch: 1
version_regexp: (?^:^([0-9]+\.[0-9]+)$)
Dist::Zilla::Role::Git::Repo:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
repo_root: .
name: '@RJBS/Git::NextVersion'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Test::ChangesHasContent
name: '@RJBS/Test::ChangesHasContent'
@@ -171,11 +172,15 @@
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@RJBS/Test::ReportPrereqs'
- version: '0.027'
+ version: '0.028'
+ -
+ class: Dist::Zilla::Plugin::Git::Remote::Check
+ name: '@RJBS/Git::Remote::Check'
+ version: 0.1.2
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -183,7 +188,7 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -197,67 +202,71 @@
-
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: '@RJBS/SingleEncoding'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Name
name: '@RJBS/Name'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Version
name: '@RJBS/Version'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/Prelude'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Synopsis'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Description'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Overview'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Stability'
- version: '4.015'
+ version: '4.018'
+ -
+ class: Pod::Weaver::Section::GenerateSection
+ name: '@RJBS/PerlSupport'
+ 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: '@RJBS/Leftovers'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/postlude'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Authors
name: '@RJBS/Authors'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Contributors
name: '@RJBS/Contributors'
@@ -265,13 +274,17 @@
-
class: Pod::Weaver::Section::Legal
name: '@RJBS/Legal'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::Transformer
name: '@RJBS/List'
- version: '4.015'
+ version: '4.018'
name: '@RJBS/PodWeaver'
- version: '4.008'
+ version: '4.009'
+ -
+ class: Dist::Zilla::Plugin::RJBSMisc
+ name: '@RJBS/RJBSMisc'
+ version: '5.020'
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@RJBS/GithubMeta'
@@ -288,16 +301,17 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
repo_root: .
name: '@RJBS/@Git/Check'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in: []
commit_msg: v%V%n%n%c
+ signoff: 0
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- Changes
@@ -305,12 +319,12 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@RJBS/@Git/Commit'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
@@ -318,40 +332,39 @@
branch: ~
changelog: Changes
signed: 0
- tag: '0.016'
+ tag: '0.017'
tag_format: '%v'
tag_message: v%V
Dist::Zilla::Role::Git::Repo:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@RJBS/@Git/Tag'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Push
config:
Dist::Zilla::Plugin::Git::Push:
push_to:
- - 'origin :'
- 'github :'
remotes_must_exist: 0
Dist::Zilla::Role::Git::Repo:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
repo_root: .
name: '@RJBS/@Git/Push'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
- git_version: '2.24.3 (Apple Git-128)'
+ git_version: 2.38.0
include_authors: 0
include_releaser: 1
order_by: name
paths: []
name: '@RJBS/Git::Contributors'
- version: '0.035'
+ version: '0.036'
-
class: Dist::Zilla::Plugin::RemovePrereqs
config:
@@ -359,7 +372,7 @@
modules_to_remove:
- Test::More
name: RemovePrereqs
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -367,58 +380,60 @@
phase: test
type: requires
name: TestRequires
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.015'
+ version: '6.029'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.015'
+ version: '6.029'
zilla:
class: Dist::Zilla::Dist::Builder
config:
- is_trial: '0'
- version: '6.015'
+ is_trial: 0
+ version: '6.029'
x_contributors:
- 'David Golden <[email protected]>'
- 'Graham Knop <[email protected]>'
- 'Jesse Luehrs <[email protected]>'
- 'Joel Bernstein <[email protected]>'
- 'Karen Etheridge <[email protected]>'
-x_generated_by_perl: v5.32.0
+ - 'Ricardo Signes <[email protected]>'
+x_generated_by_perl: v5.37.2
+x_rjbs_perl_window: long-term
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/Makefile.PL
new/Test-Fatal-0.017/Makefile.PL
--- old/Test-Fatal-0.016/Makefile.PL 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/Makefile.PL 2022-12-31 22:40:57.000000000 +0100
@@ -1,16 +1,16 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.029.
use strict;
use warnings;
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
my %WriteMakefileArgs = (
"ABSTRACT" => "incredibly simple helpers for testing code with exceptions",
- "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>",
+ "AUTHOR" => "Ricardo Signes <cpan\@semiotic.systems>",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => 0
+ "ExtUtils::MakeMaker" => "6.78"
},
"DISTNAME" => "Test-Fatal",
"LICENSE" => "perl",
@@ -30,7 +30,7 @@
"Test::More" => "0.65",
"overload" => 0
},
- "VERSION" => "0.016",
+ "VERSION" => "0.017",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/README new/Test-Fatal-0.017/README
--- old/Test-Fatal-0.016/README 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/README 2022-12-31 22:40:57.000000000 +0100
@@ -1,5 +1,5 @@
This archive contains the distribution Test-Fatal,
-version 0.016:
+version 0.017:
incredibly simple helpers for testing code with exceptions
@@ -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.015.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.029.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/dist.ini
new/Test-Fatal-0.017/dist.ini
--- old/Test-Fatal-0.016/dist.ini 2020-08-09 04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/dist.ini 2022-12-31 22:40:57.000000000 +0100
@@ -1,10 +1,12 @@
name = Test-Fatal
-author = Ricardo Signes <[email protected]>
+author = Ricardo Signes <[email protected]>
license = Perl_5
copyright_holder = Ricardo Signes
copyright_year = 2010
[@RJBS]
+package-name-version = 0
+perl-window = long-term
[RemovePrereqs]
remove = Test::More
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/lib/Test/Fatal.pm
new/Test-Fatal-0.017/lib/Test/Fatal.pm
--- old/Test-Fatal-0.016/lib/Test/Fatal.pm 2020-08-09 04:00:16.000000000
+0200
+++ new/Test-Fatal-0.017/lib/Test/Fatal.pm 2022-12-31 22:40:57.000000000
+0100
@@ -2,7 +2,7 @@
use warnings;
package Test::Fatal;
# ABSTRACT: incredibly simple helpers for testing code with exceptions
-$Test::Fatal::VERSION = '0.016';
+$Test::Fatal::VERSION = '0.017';
#pod =head1 SYNOPSIS
#pod
#pod use Test::More;
@@ -105,7 +105,7 @@
#pod exception_like(sub { }, [ qr/foo/, 'foo appears in the exception' ] );
#pod
#pod To aid in avoiding the problem where the pattern is seen in the exception
-#pod because of the call stack, C<$Carp::MAxArgNums> is locally set to -1 when
the
+#pod because of the call stack, C<$Carp::MaxArgNums> is locally set to -1 when
the
#pod code block is called. If you really don't want that, set it back to
whatever
#pod value you like at the beginning of the code block. Obviously, this
solution
#pod doens't affect all possible ways that args of subroutines in the call
stack
@@ -197,7 +197,7 @@
#pod =func lives_ok
#pod
#pod Exported only by request, these two functions run a given block of code,
and
-#pod provide TAP output indicating if it did, or did not throw an exception.
+#pod provide TAP output indicating if it did, or did not throw an exception.
#pod These provide an easy upgrade path for replacing existing unit tests
based on
#pod C<Test::Exception>.
#pod
@@ -270,7 +270,7 @@
=head1 VERSION
-version 0.016
+version 0.017
=head1 SYNOPSIS
@@ -311,6 +311,16 @@
magical approach involving globally overriding C<caller>, see
L<Test::Exception>.
+=head1 PERL VERSION
+
+This library should run on perls released even a long time ago. It should work
+on any version of perl released in the last five years.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased. The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
=head1 FUNCTIONS
=head2 exception
@@ -366,7 +376,7 @@
exception_like(sub { }, [ qr/foo/, 'foo appears in the exception' ] );
To aid in avoiding the problem where the pattern is seen in the exception
-because of the call stack, C<$Carp::MAxArgNums> is locally set to -1 when the
+because of the call stack, C<$Carp::MaxArgNums> is locally set to -1 when the
code block is called. If you really don't want that, set it back to whatever
value you like at the beginning of the code block. Obviously, this solution
doens't affect all possible ways that args of subroutines in the call stack
@@ -407,7 +417,7 @@
=head2 lives_ok
Exported only by request, these two functions run a given block of code, and
-provide TAP output indicating if it did, or did not throw an exception.
+provide TAP output indicating if it did, or did not throw an exception.
These provide an easy upgrade path for replacing existing unit tests based on
C<Test::Exception>.
@@ -423,11 +433,11 @@
=head1 AUTHOR
-Ricardo Signes <[email protected]>
+Ricardo Signes <[email protected]>
=head1 CONTRIBUTORS
-=for stopwords David Golden Graham Knop Jesse Luehrs Joel Bernstein Karen
Etheridge
+=for stopwords David Golden Graham Knop Jesse Luehrs Joel Bernstein Karen
Etheridge Ricardo Signes
=over 4
@@ -451,6 +461,10 @@
Karen Etheridge <[email protected]>
+=item *
+
+Ricardo Signes <[email protected]>
+
=back
=head1 COPYRIGHT AND LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/t/00-report-prereqs.dd
new/Test-Fatal-0.017/t/00-report-prereqs.dd
--- old/Test-Fatal-0.016/t/00-report-prereqs.dd 2020-08-09 04:00:16.000000000
+0200
+++ new/Test-Fatal-0.017/t/00-report-prereqs.dd 2022-12-31 22:40:57.000000000
+0100
@@ -1,7 +1,7 @@
do { my $x = {
'configure' => {
'requires' => {
- 'ExtUtils::MakeMaker' => '0'
+ 'ExtUtils::MakeMaker' => '6.78'
}
},
'develop' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Fatal-0.016/t/00-report-prereqs.t
new/Test-Fatal-0.017/t/00-report-prereqs.t
--- old/Test-Fatal-0.016/t/00-report-prereqs.t 2020-08-09 04:00:16.000000000
+0200
+++ new/Test-Fatal-0.017/t/00-report-prereqs.t 2022-12-31 22:40:57.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/Test-Fatal-0.016/xt/release/changes_has_content.t
new/Test-Fatal-0.017/xt/release/changes_has_content.t
--- old/Test-Fatal-0.016/xt/release/changes_has_content.t 2020-08-09
04:00:16.000000000 +0200
+++ new/Test-Fatal-0.017/xt/release/changes_has_content.t 2022-12-31
22:40:57.000000000 +0100
@@ -2,7 +2,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.016';
+my $newver = '0.017';
my $trial_token = '-TRIAL';
my $encoding = 'UTF-8';