Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-MooseX-OneArgNew for
openSUSE:Factory checked in at 2022-06-02 21:54:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-OneArgNew (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-OneArgNew.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-OneArgNew"
Thu Jun 2 21:54:26 2022 rev:9 rq:980449 version:0.006
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-OneArgNew/perl-MooseX-OneArgNew.changes
2015-07-20 11:22:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-OneArgNew.new.1548/perl-MooseX-OneArgNew.changes
2022-06-02 21:54:39.396402744 +0200
@@ -1,0 +2,9 @@
+Mon May 30 03:07:23 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.006
+ see /usr/share/doc/packages/perl-MooseX-OneArgNew/Changes
+
+ 0.006 2022-05-29 15:48:22-04:00 America/New_York
+ - update metadata: author address, support window, etc.
+
+-------------------------------------------------------------------
Old:
----
MooseX-OneArgNew-0.005.tar.gz
New:
----
MooseX-OneArgNew-0.006.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-OneArgNew.spec ++++++
--- /var/tmp/diff_new_pack.ao7hlQ/_old 2022-06-02 21:54:39.928403422 +0200
+++ /var/tmp/diff_new_pack.ao7hlQ/_new 2022-06-02 21:54:39.932403426 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-OneArgNew
#
-# Copyright (c) 2015 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
@@ -12,24 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name MooseX-OneArgNew
Name: perl-MooseX-OneArgNew
-Version: 0.005
+Version: 0.006
Release: 0
-%define cpan_name MooseX-OneArgNew
-Summary: Teach ->New to Accept Single, Non-Hashref Arguments
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/MooseX-OneArgNew/
-Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Teach ->new to accept single, non-hashref arguments
+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(Moose)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::Parameterized) >= 1.01
@@ -42,37 +41,36 @@
%description
MooseX::OneArgNew lets your constructor take a single argument, which will
-be translated into the value for a one-entry hashref. It is a the
-parameterized role|MooseX::Role::Parameterized manpage with three
-parameters:
+be translated into the value for a one-entry hashref. It is a parameterized
+role|MooseX::Role::Parameterized with three parameters:
* type
- The Moose type that the single argument must be for the one-arg form to
- work. This should be an existing type, and may be either a string type or
- a MooseX::Type.
+The Moose type that the single argument must be for the one-arg form to
+work. This should be an existing type, and may be either a string type or a
+MooseX::Type.
* init_arg
- This is the string that will be used as the key for the hashref
- constructed from the one-arg call to new.
+This is the string that will be used as the key for the hashref constructed
+from the one-arg call to new.
* coerce
- If true, a single argument to new will be coerced into the expected type
- if possible. Keep in mind that if there are no coercions for the type,
- this will be an error, and that if a coercion from HashRef exists, you
- might be getting yourself into a weird situation.
+If true, a single argument to new will be coerced into the expected type if
+possible. Keep in mind that if there are no coercions for the type, this
+will be an error, and that if a coercion from HashRef exists, you might be
+getting yourself into a weird situation.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -80,7 +78,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ MooseX-OneArgNew-0.005.tar.gz -> MooseX-OneArgNew-0.006.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/Changes
new/MooseX-OneArgNew-0.006/Changes
--- old/MooseX-OneArgNew-0.005/Changes 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/Changes 2022-05-29 21:48:24.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for MooseX-OneArgNew
+0.006 2022-05-29 15:48:22-04:00 America/New_York
+ - update metadata: author address, support window, etc.
+
0.005 2015-07-14 21:52:35-04:00 America/New_York
- bump required version of MXRP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/LICENSE
new/MooseX-OneArgNew-0.006/LICENSE
--- old/MooseX-OneArgNew-0.005/LICENSE 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/LICENSE 2022-05-29 21:48:24.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Ricardo Signes.
+This software is copyright (c) 2022 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2015 by Ricardo Signes.
+This software is Copyright (c) 2022 by Ricardo Signes.
This is free software, licensed under:
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2015 by Ricardo Signes.
+This software is Copyright (c) 2022 by Ricardo Signes.
This is free software, licensed under:
@@ -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/MooseX-OneArgNew-0.005/MANIFEST
new/MooseX-OneArgNew-0.006/MANIFEST
--- old/MooseX-OneArgNew-0.005/MANIFEST 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/MANIFEST 2022-05-29 21:48:24.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.026.
Changes
LICENSE
MANIFEST
@@ -12,5 +12,5 @@
t/00-report-prereqs.t
t/basic.t
t/coerce.t
+xt/author/pod-syntax.t
xt/release/changes_has_content.t
-xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/META.json
new/MooseX-OneArgNew-0.006/META.json
--- old/MooseX-OneArgNew-0.005/META.json 2015-07-15 03:52:38.000000000
+0200
+++ new/MooseX-OneArgNew-0.006/META.json 2022-05-29 21:48:24.000000000
+0200
@@ -1,10 +1,10 @@
{
"abstract" : "teach ->new to accept single, non-hashref arguments",
"author" : [
- "Ricardo Signes <[email protected]>"
+ "Ricardo Signes <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version
2.150005",
+ "generated_by" : "Dist::Zilla version 6.026, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -16,19 +16,24 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "6.78"
}
},
"develop" : {
"requires" : {
- "Test::Pod" : "1.41"
+ "Encode" : "0",
+ "Test::More" : "0",
+ "Test::Pod" : "1.41",
+ "strict" : "0",
+ "warnings" : "0"
}
},
"runtime" : {
"requires" : {
"Moose::Util::TypeConstraints" : "0",
"MooseX::Role::Parameterized" : "1.01",
- "namespace::autoclean" : "0"
+ "namespace::autoclean" : "0",
+ "perl" : "5.012"
}
},
"test" : {
@@ -57,10 +62,10 @@
"web" : "https://github.com/rjbs/MooseX-OneArgNew"
}
},
- "version" : "0.005",
+ "version" : "0.006",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.023000"
+ "version" : "5.037000"
},
"plugins" : [
{
@@ -69,8 +74,8 @@
"Dist::Zilla::Plugin::GatherDir" : {
"exclude_filename" : [],
"exclude_match" : [],
- "follow_symlinks" : "0",
- "include_dotfiles" : "0",
+ "follow_symlinks" : 0,
+ "include_dotfiles" : 0,
"prefix" : "",
"prune_directory" : [],
"root" : "."
@@ -80,17 +85,17 @@
}
},
"name" : "@RJBS/Git::GatherDir",
- "version" : "2.036"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@RJBS/CheckPrereqsIndexed",
- "version" : "0.016"
+ "version" : "0.021"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
"name" : "@RJBS/CheckExtraTests",
- "version" : "0.027"
+ "version" : "0.029"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -102,80 +107,84 @@
"Dist::Zilla::PluginBundle::RJBS"
],
"phase" : "build",
+ "run_under_travis" : 0,
"skip" : []
}
},
"name" : "@RJBS/RJBS-Outdated",
- "version" : "0.045"
+ "version" : "0.057"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
"config" : {
"Dist::Zilla::Plugin::PromptIfStale" : {
- "check_all_plugins" : "1",
+ "check_all_plugins" : 1,
"check_all_prereqs" : 0,
"modules" : [],
"phase" : "release",
- "skip" : []
+ "run_under_travis" : 0,
+ "skip" : [
+ "Dist::Zilla::Plugin::RJBSMisc"
+ ]
}
},
"name" : "@RJBS/CPAN-Outdated",
- "version" : "0.045"
+ "version" : "0.057"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@RJBS/@Filter/PruneCruft",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@RJBS/@Filter/ManifestSkip",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@RJBS/@Filter/MetaYAML",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@RJBS/@Filter/License",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@RJBS/@Filter/Readme",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@RJBS/@Filter/ExecDir",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@RJBS/@Filter/ShareDir",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@RJBS/@Filter/Manifest",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@RJBS/@Filter/TestRelease",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@RJBS/@Filter/ConfirmRelease",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@RJBS/@Filter/UploadToCPAN",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -185,62 +194,68 @@
}
},
"name" : "@RJBS/MakeMaker",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"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.32.1 (Apple Git-133)",
"repo_root" : "."
}
},
"name" : "@RJBS/Git::NextVersion",
- "version" : "2.036"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
"name" : "@RJBS/Test::ChangesHasContent",
- "version" : "0.008"
+ "version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@RJBS/Test::ReportPrereqs",
- "version" : "0.021"
+ "version" : "0.028"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
+ "name" : "@RJBS/Git::Remote::Check",
+ "version" : "0.1.2"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -251,7 +266,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -268,82 +283,87 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@RJBS/SingleEncoding",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@RJBS/Name",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@RJBS/Version",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/Prelude",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Synopsis",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Description",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Overview",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Stability",
- "version" : "4.012"
+ "version" : "4.018"
+ },
+ {
+ "class" : "Pod::Weaver::Section::GenerateSection",
+ "name" : "@RJBS/PerlSupport",
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@RJBS/Leftovers",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/postlude",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@RJBS/Authors",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -353,23 +373,28 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@RJBS/Legal",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@RJBS/List",
- "version" : "4.012"
+ "version" : "4.018"
}
]
}
},
"name" : "@RJBS/PodWeaver",
- "version" : "4.006"
+ "version" : "4.009"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::RJBSMisc",
+ "name" : "@RJBS/RJBSMisc",
+ "version" : "5.020"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "@RJBS/GithubMeta",
- "version" : "0.54"
+ "version" : "0.58"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -386,18 +411,20 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.32.1 (Apple Git-133)",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Check",
- "version" : "2.036"
+ "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" : [
@@ -408,6 +435,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.32.1 (Apple Git-133)",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -415,7 +443,7 @@
}
},
"name" : "@RJBS/@Git/Commit",
- "version" : "2.036"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -424,11 +452,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "0.005",
+ "tag" : "0.006",
"tag_format" : "%v",
- "tag_message" : "v%v"
+ "tag_message" : "v%V"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.32.1 (Apple Git-133)",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -436,92 +465,105 @@
}
},
"name" : "@RJBS/@Git/Tag",
- "version" : "2.036"
+ "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.32.1 (Apple Git-133)",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Push",
- "version" : "2.036"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
+ "git_version" : "2.32.1 (Apple Git-133)",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
- "paths" : [
- "."
- ]
+ "paths" : []
}
},
"name" : "@RJBS/Git::Contributors",
- "version" : "0.012"
+ "version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.037"
+ "version" : "6.026"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":ExtraTestFiles",
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.037"
+ "version" : "6.026"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":PerlExecFiles",
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.037"
+ "version" : "6.026"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.037"
+ "version" : "6.026"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
- "is_trial" : "0"
+ "is_trial" : 0
},
- "version" : "5.037"
+ "version" : "6.026"
}
},
"x_contributors" : [
"George Hartzell <[email protected]>",
"William Orr <[email protected]>"
- ]
+ ],
+ "x_generated_by_perl" : "v5.37.0",
+ "x_rjbs_perl_window" : "standard",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/META.yml
new/MooseX-OneArgNew-0.006/META.yml
--- old/MooseX-OneArgNew-0.005/META.yml 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/META.yml 2022-05-29 21:48:24.000000000 +0200
@@ -1,7 +1,7 @@
---
abstract: 'teach ->new to accept single, non-hashref arguments'
author:
- - 'Ricardo Signes <[email protected]>'
+ - 'Ricardo Signes <[email protected]>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
@@ -10,9 +10,9 @@
strict: '0'
warnings: '0'
configure_requires:
- ExtUtils::MakeMaker: '0'
+ ExtUtils::MakeMaker: '6.78'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version
2.150005'
+generated_by: 'Dist::Zilla version 6.026, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,14 +22,15 @@
Moose::Util::TypeConstraints: '0'
MooseX::Role::Parameterized: '1.01'
namespace::autoclean: '0'
+ perl: '5.012'
resources:
bugtracker: https://github.com/rjbs/MooseX-OneArgNew/issues
homepage: https://github.com/rjbs/MooseX-OneArgNew
repository: https://github.com/rjbs/MooseX-OneArgNew.git
-version: '0.005'
+version: '0.006'
x_Dist_Zilla:
perl:
- version: '5.023000'
+ version: '5.037000'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
@@ -37,23 +38,23 @@
Dist::Zilla::Plugin::GatherDir:
exclude_filename: []
exclude_match: []
- follow_symlinks: '0'
- include_dotfiles: '0'
+ follow_symlinks: 0
+ include_dotfiles: 0
prefix: ''
prune_directory: []
root: .
Dist::Zilla::Plugin::Git::GatherDir:
include_untracked: 0
name: '@RJBS/Git::GatherDir'
- version: '2.036'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@RJBS/CheckPrereqsIndexed'
- version: '0.016'
+ version: '0.021'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@RJBS/CheckExtraTests'
- version: '0.027'
+ version: '0.029'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -63,114 +64,122 @@
modules:
- Dist::Zilla::PluginBundle::RJBS
phase: build
+ run_under_travis: 0
skip: []
name: '@RJBS/RJBS-Outdated'
- version: '0.045'
+ version: '0.057'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
Dist::Zilla::Plugin::PromptIfStale:
- check_all_plugins: '1'
+ check_all_plugins: 1
check_all_prereqs: 0
modules: []
phase: release
- skip: []
+ run_under_travis: 0
+ skip:
+ - Dist::Zilla::Plugin::RJBSMisc
name: '@RJBS/CPAN-Outdated'
- version: '0.045'
+ version: '0.057'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@RJBS/@Filter/PruneCruft'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@RJBS/@Filter/ManifestSkip'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@RJBS/@Filter/MetaYAML'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::License
name: '@RJBS/@Filter/License'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::Readme
name: '@RJBS/@Filter/Readme'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@RJBS/@Filter/ExecDir'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@RJBS/@Filter/ShareDir'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::Manifest
name: '@RJBS/@Filter/Manifest'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@RJBS/@Filter/TestRelease'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@RJBS/@Filter/ConfirmRelease'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@RJBS/@Filter/UploadToCPAN'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 9
name: '@RJBS/MakeMaker'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: '5.037'
+ version: '6.026'
-
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.32.1 (Apple Git-133)'
repo_root: .
name: '@RJBS/Git::NextVersion'
- version: '2.036'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::Test::ChangesHasContent
name: '@RJBS/Test::ChangesHasContent'
- version: '0.008'
+ version: '0.011'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@RJBS/Test::ReportPrereqs'
- version: '0.021'
+ 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:
@@ -178,7 +187,7 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -192,67 +201,71 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@RJBS/SingleEncoding'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Name
name: '@RJBS/Name'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Version
name: '@RJBS/Version'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/Prelude'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Synopsis'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Description'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Overview'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Stability'
- version: '4.012'
+ version: '4.018'
+ -
+ class: Pod::Weaver::Section::GenerateSection
+ name: '@RJBS/PerlSupport'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Leftovers
name: '@RJBS/Leftovers'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/postlude'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Authors
name: '@RJBS/Authors'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Contributors
name: '@RJBS/Contributors'
@@ -260,17 +273,21 @@
-
class: Pod::Weaver::Section::Legal
name: '@RJBS/Legal'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::Transformer
name: '@RJBS/List'
- version: '4.012'
+ version: '4.018'
name: '@RJBS/PodWeaver'
- version: '4.006'
+ version: '4.009'
+ -
+ class: Dist::Zilla::Plugin::RJBSMisc
+ name: '@RJBS/RJBSMisc'
+ version: '5.020'
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@RJBS/GithubMeta'
- version: '0.54'
+ version: '0.58'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -283,15 +300,17 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.32.1 (Apple Git-133)'
repo_root: .
name: '@RJBS/@Git/Check'
- version: '2.036'
+ 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:
- Changes
@@ -299,11 +318,12 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.32.1 (Apple Git-133)'
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@RJBS/@Git/Commit'
- version: '2.036'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
@@ -311,75 +331,88 @@
branch: ~
changelog: Changes
signed: 0
- tag: '0.005'
+ tag: '0.006'
tag_format: '%v'
- tag_message: v%v
+ tag_message: v%V
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.32.1 (Apple Git-133)'
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@RJBS/@Git/Tag'
- version: '2.036'
+ 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.32.1 (Apple Git-133)'
repo_root: .
name: '@RJBS/@Git/Push'
- version: '2.036'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
+ git_version: '2.32.1 (Apple Git-133)'
include_authors: 0
include_releaser: 1
order_by: name
- paths:
- - .
+ paths: []
name: '@RJBS/Git::Contributors'
- version: '0.012'
+ version: '0.036'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.037'
+ version: '6.026'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':ExtraTestFiles'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.037'
+ version: '6.026'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':PerlExecFiles'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.037'
+ version: '6.026'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.037'
+ version: '6.026'
zilla:
class: Dist::Zilla::Dist::Builder
config:
- is_trial: '0'
- version: '5.037'
+ is_trial: 0
+ version: '6.026'
x_contributors:
- 'George Hartzell <[email protected]>'
- 'William Orr <[email protected]>'
+x_generated_by_perl: v5.37.0
+x_rjbs_perl_window: standard
+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/MooseX-OneArgNew-0.005/Makefile.PL
new/MooseX-OneArgNew-0.006/Makefile.PL
--- old/MooseX-OneArgNew-0.005/Makefile.PL 2015-07-15 03:52:38.000000000
+0200
+++ new/MooseX-OneArgNew-0.006/Makefile.PL 2022-05-29 21:48:24.000000000
+0200
@@ -1,20 +1,20 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.026.
use strict;
use warnings;
+use 5.012;
-
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
my %WriteMakefileArgs = (
"ABSTRACT" => "teach ->new to accept single, non-hashref arguments",
- "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>",
+ "AUTHOR" => "Ricardo Signes <rjbs\@semiotic.systems>",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => 0
+ "ExtUtils::MakeMaker" => "6.78"
},
"DISTNAME" => "MooseX-OneArgNew",
- "EXE_FILES" => [],
"LICENSE" => "perl",
+ "MIN_PERL_VERSION" => "5.012",
"NAME" => "MooseX::OneArgNew",
"PREREQ_PM" => {
"Moose::Util::TypeConstraints" => 0,
@@ -29,7 +29,7 @@
"strict" => 0,
"warnings" => 0
},
- "VERSION" => "0.005",
+ "VERSION" => "0.006",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/README
new/MooseX-OneArgNew-0.006/README
--- old/MooseX-OneArgNew-0.005/README 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/README 2022-05-29 21:48:24.000000000 +0200
@@ -1,15 +1,12 @@
-
-
This archive contains the distribution MooseX-OneArgNew,
-version 0.005:
+version 0.006:
teach ->new to accept single, non-hashref arguments
-This software is copyright (c) 2015 by Ricardo Signes.
+This software is copyright (c) 2022 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.037.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.026.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/dist.ini
new/MooseX-OneArgNew-0.006/dist.ini
--- old/MooseX-OneArgNew-0.005/dist.ini 2015-07-15 03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/dist.ini 2022-05-29 21:48:24.000000000 +0200
@@ -1,6 +1,7 @@
name = MooseX-OneArgNew
-author = Ricardo Signes <[email protected]>
+author = Ricardo Signes <[email protected]>
license = Perl_5
copyright_holder = Ricardo Signes
[@RJBS]
+perl-window = standard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/lib/MooseX/OneArgNew.pm
new/MooseX-OneArgNew-0.006/lib/MooseX/OneArgNew.pm
--- old/MooseX-OneArgNew-0.005/lib/MooseX/OneArgNew.pm 2015-07-15
03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/lib/MooseX/OneArgNew.pm 2022-05-29
21:48:24.000000000 +0200
@@ -1,5 +1,5 @@
-package MooseX::OneArgNew;
-$MooseX::OneArgNew::VERSION = '0.005';
+package MooseX::OneArgNew 0.006;
+
use MooseX::Role::Parameterized 1.01;
# ABSTRACT: teach ->new to accept single, non-hashref arguments
@@ -133,7 +133,7 @@
=head1 VERSION
-version 0.005
+version 0.006
=head1 SYNOPSIS
@@ -207,9 +207,21 @@
It would be a B<very bad idea> to supply a type that could accept a normal
hashref of arguments to C<new>.
+=head1 PERL VERSION
+
+This module should work on any version of perl still receiving updates from
+the Perl 5 Porters. This means it should work on any version of perl released
+in the last two to three years. (That is, if the most recently released
+version is v5.40, then this module should work on both v5.40 and v5.38.)
+
+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 AUTHOR
-Ricardo Signes <[email protected]>
+Ricardo Signes <[email protected]>
=head1 CONTRIBUTORS
@@ -229,7 +241,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2015 by Ricardo Signes.
+This software is copyright (c) 2022 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/t/00-report-prereqs.dd
new/MooseX-OneArgNew-0.006/t/00-report-prereqs.dd
--- old/MooseX-OneArgNew-0.005/t/00-report-prereqs.dd 2015-07-15
03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/t/00-report-prereqs.dd 2022-05-29
21:48:24.000000000 +0200
@@ -1,19 +1,24 @@
do { my $x = {
'configure' => {
'requires' => {
- 'ExtUtils::MakeMaker' => '0'
+ 'ExtUtils::MakeMaker' => '6.78'
}
},
'develop' => {
'requires' => {
- 'Test::Pod' => '1.41'
+ 'Encode' => '0',
+ 'Test::More' => '0',
+ 'Test::Pod' => '1.41',
+ 'strict' => '0',
+ 'warnings' => '0'
}
},
'runtime' => {
'requires' => {
'Moose::Util::TypeConstraints' => '0',
'MooseX::Role::Parameterized' => '1.01',
- 'namespace::autoclean' => '0'
+ 'namespace::autoclean' => '0',
+ 'perl' => '5.012'
}
},
'test' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/t/00-report-prereqs.t
new/MooseX-OneArgNew-0.006/t/00-report-prereqs.t
--- old/MooseX-OneArgNew-0.005/t/00-report-prereqs.t 2015-07-15
03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/t/00-report-prereqs.t 2022-05-29
21:48:24.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
use Test::More tests => 1;
@@ -68,7 +68,7 @@
);
# Add static prereqs to the included modules list
-my $static_prereqs = do 't/00-report-prereqs.dd';
+my $static_prereqs = do './t/00-report-prereqs.dd';
# Merge all prereqs (either with ::Prereqs or a hashref)
my $full_prereqs = _merge_prereqs(
@@ -78,12 +78,14 @@
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-if ( $source && $HAS_CPAN_META ) {
- if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
- $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
- }
+my $cpan_meta_error;
+if ( $source && $HAS_CPAN_META
+ && (my $meta = eval { CPAN::Meta->load_file($source) } )
+) {
+ $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
}
else {
+ $cpan_meta_error = $@; # capture error from
CPAN::Meta->load_file($source)
$source = 'static metadata';
}
@@ -169,15 +171,23 @@
diag "\nVersions for all modules listed in $source (including optional
ones):\n\n", @full_reports;
}
+if ( $cpan_meta_error || @dep_errors ) {
+ diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING
WARNING ***\n";
+}
+
+if ( $cpan_meta_error ) {
+ my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+ diag "\nCPAN::Meta->load_file('$orig_source') failed with:
$cpan_meta_error\n";
+}
+
if ( @dep_errors ) {
diag join("\n",
- "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
***\n",
- "The following REQUIRED prerequisites were not satisfied:\n",
+ "\nThe following REQUIRED prerequisites were not satisfied:\n",
@dep_errors,
"\n"
);
}
-pass;
+pass('Reported prereqs');
# vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/xt/author/pod-syntax.t
new/MooseX-OneArgNew-0.006/xt/author/pod-syntax.t
--- old/MooseX-OneArgNew-0.005/xt/author/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
+++ new/MooseX-OneArgNew-0.006/xt/author/pod-syntax.t 2022-05-29
21:48:24.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/MooseX-OneArgNew-0.005/xt/release/changes_has_content.t
new/MooseX-OneArgNew-0.006/xt/release/changes_has_content.t
--- old/MooseX-OneArgNew-0.005/xt/release/changes_has_content.t 2015-07-15
03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/xt/release/changes_has_content.t 2022-05-29
21:48:24.000000000 +0200
@@ -1,11 +1,10 @@
-#!perl
-
use Test::More tests => 2;
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.005';
+my $newver = '0.006';
my $trial_token = '-TRIAL';
+my $encoding = 'UTF-8';
SKIP: {
ok(-e $changes_file, "$changes_file file exists")
@@ -16,8 +15,6 @@
done_testing;
-# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
-# by Jerome Quelin
sub _get_changes
{
my $newver = shift;
@@ -25,6 +22,10 @@
# parse changelog to find commit message
open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
my $changelog = join('', <$fh>);
+ if ($encoding) {
+ require Encode;
+ $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
+ }
close $fh;
my @content =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MooseX-OneArgNew-0.005/xt/release/pod-syntax.t
new/MooseX-OneArgNew-0.006/xt/release/pod-syntax.t
--- old/MooseX-OneArgNew-0.005/xt/release/pod-syntax.t 2015-07-15
03:52:38.000000000 +0200
+++ new/MooseX-OneArgNew-0.006/xt/release/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();