Hello community,
here is the log from the commit of package perl-Exception-Class for
openSUSE:Factory checked in at 2017-07-17 09:01:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exception-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-Exception-Class.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exception-Class"
Mon Jul 17 09:01:10 2017 rev:16 rq:509387 version:1.43
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Exception-Class/perl-Exception-Class.changes
2017-01-11 12:05:30.170605016 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Exception-Class.new/perl-Exception-Class.changes
2017-07-17 09:01:49.198845103 +0200
@@ -1,0 +2,12 @@
+Mon Jul 10 05:31:47 UTC 2017 - [email protected]
+
+- updated to 1.43
+ see /usr/share/doc/packages/perl-Exception-Class/Changes
+
+ 1.43 2017-07-09
+
+ - The full_message() method in Exception::Class::Base now calls message()
+ instead of accessing the object's hash key. This makes it easier to
override
+ message() in a subclass. Patch by Alexander Batyrshin. PR #11.
+
+-------------------------------------------------------------------
Old:
----
Exception-Class-1.42.tar.gz
New:
----
Exception-Class-1.43.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exception-Class.spec ++++++
--- /var/tmp/diff_new_pack.17sa4K/_old 2017-07-17 09:01:49.842754431 +0200
+++ /var/tmp/diff_new_pack.17sa4K/_new 2017-07-17 09:01:49.842754431 +0200
@@ -17,14 +17,14 @@
Name: perl-Exception-Class
-Version: 1.42
+Version: 1.43
Release: 0
%define cpan_name Exception-Class
Summary: Module That Allows You to Declare Real Exception Classes in
Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exception-Class/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -80,6 +80,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE README.md
+%doc Changes CONTRIBUTING.md README.md
+%license LICENSE
%changelog
++++++ Exception-Class-1.42.tar.gz -> Exception-Class-1.43.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/CONTRIBUTING.md
new/Exception-Class-1.43/CONTRIBUTING.md
--- old/Exception-Class-1.42/CONTRIBUTING.md 2017-01-04 21:52:24.000000000
+0100
+++ new/Exception-Class-1.43/CONTRIBUTING.md 2017-07-09 18:08:25.000000000
+0200
@@ -106,7 +106,7 @@
[Travis](https://travis-ci.org/) and the build status will be reported on the
pull request page. If your build fails, please take a look at the output.
-## Tidyall
+## TidyAll
This distribution uses
[Code::TidyAll](https://metacpan.org/release/Code-TidyAll) to enforce a
@@ -128,4 +128,4 @@
request to the .mailmap file to contain the correct mapping.
This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir
0.013 from a
-template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.78.
+template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.85.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/Changes
new/Exception-Class-1.43/Changes
--- old/Exception-Class-1.42/Changes 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/Changes 2017-07-09 18:08:25.000000000 +0200
@@ -1,3 +1,10 @@
+1.43 2017-07-09
+
+- The full_message() method in Exception::Class::Base now calls message()
+ instead of accessing the object's hash key. This makes it easier to override
+ message() in a subclass. Patch by Alexander Batyrshin. PR #11.
+
+
1.42 2017-01-04
- Generated exception classes are now added to %INC. If you subclass a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/MANIFEST
new/Exception-Class-1.43/MANIFEST
--- old/Exception-Class-1.42/MANIFEST 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/MANIFEST 2017-07-09 18:08:25.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.009.
CONTRIBUTING.md
Changes
INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/META.json
new/Exception-Class-1.43/META.json
--- old/Exception-Class-1.42/META.json 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/META.json 2017-07-09 18:08:25.000000000 +0200
@@ -4,7 +4,7 @@
"Dave Rolsky <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -21,6 +21,8 @@
},
"develop" : {
"requires" : {
+ "Code::TidyAll" : "0.56",
+ "Code::TidyAll::Plugin::SortLines::Naturally" : "0.000003",
"Code::TidyAll::Plugin::Test::Vars" : "0.02",
"File::Spec" : "0",
"IO::Handle" : "0",
@@ -72,11 +74,11 @@
"provides" : {
"Exception::Class" : {
"file" : "lib/Exception/Class.pm",
- "version" : "1.42"
+ "version" : "1.43"
},
"Exception::Class::Base" : {
"file" : "lib/Exception/Class/Base.pm",
- "version" : "1.42"
+ "version" : "1.43"
}
},
"release_status" : "stable",
@@ -91,10 +93,10 @@
"web" : "https://github.com/houseabsolute/Exception-Class"
}
},
- "version" : 1.42,
+ "version" : "1.43",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.024000"
+ "version" : "5.024001"
},
"plugins" : [
{
@@ -105,7 +107,7 @@
}
},
"name" : "@DROLSKY/MakeMaker",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
@@ -130,32 +132,32 @@
}
},
"name" : "@DROLSKY/Git::GatherDir",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@DROLSKY/ManifestSkip",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@DROLSKY/License",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@DROLSKY/ExecDir",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@DROLSKY/ShareDir",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@DROLSKY/Manifest",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::CheckVersionIncrement",
@@ -165,22 +167,22 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@DROLSKY/TestRelease",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@DROLSKY/ConfirmRelease",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@DROLSKY/UploadToCPAN",
- "version" : "6.008"
+ "version" : "6.009"
},
{
- "class" : "Dist::Zilla::Plugin::DROLSKY::VersionProvider",
- "name" : "@DROLSKY/DROLSKY::VersionProvider",
- "version" : "0.78"
+ "class" : "Dist::Zilla::Plugin::VersionFromMainModule",
+ "name" : "@DROLSKY/VersionFromMainModule",
+ "version" : "0.03"
},
{
"class" : "Dist::Zilla::Plugin::Authority",
@@ -190,17 +192,17 @@
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@DROLSKY/AutoPrereqs",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
"name" : "@DROLSKY/CopyFilesFromBuild",
- "version" : "0.163040"
+ "version" : "0.170880"
},
{
"class" : "Dist::Zilla::Plugin::GitHub::Meta",
"name" : "@DROLSKY/GitHub::Meta",
- "version" : "0.43"
+ "version" : "0.44"
},
{
"class" : "Dist::Zilla::Plugin::GitHub::Update",
@@ -210,12 +212,12 @@
}
},
"name" : "@DROLSKY/GitHub::Update",
- "version" : "0.43"
+ "version" : "0.44"
},
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@DROLSKY/MetaResources",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -225,24 +227,24 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.008"
+ "version" : "6.009"
}
],
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
- "Dist::Zilla::Role::MetaProvider::Provider::VERSION" :
"2.001011",
+ "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" :
"2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000033",
- "version" : "0.003"
+ "version" : "0.004"
}
},
"name" : "@DROLSKY/MetaProvides::Package",
- "version" : "2.004002"
+ "version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::Meta::Contributors",
@@ -252,22 +254,22 @@
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@DROLSKY/MetaConfig",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@DROLSKY/MetaJSON",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@DROLSKY/MetaYAML",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@DROLSKY/NextRelease",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -278,7 +280,7 @@
}
},
"name" : "@DROLSKY/Test::More with subtest",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -289,7 +291,7 @@
}
},
"name" : "@DROLSKY/Modules for use with tidyall",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -300,7 +302,7 @@
}
},
"name" : "@DROLSKY/Test::Version which fixes
https://github.com/plicease/Test-Version/issues/7",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -317,7 +319,7 @@
}
},
"name" : "@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY",
- "version" : "0.051"
+ "version" : "0.053"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -329,18 +331,17 @@
"phase" : "release",
"run_under_travis" : 0,
"skip" : [
- "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent",
"Dist::Zilla::Plugin::DROLSKY::Contributors",
"Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
"Dist::Zilla::Plugin::DROLSKY::License",
"Dist::Zilla::Plugin::DROLSKY::TidyAll",
- "Dist::Zilla::Plugin::DROLSKY::VersionProvider",
+ "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
"Pod::Weaver::PluginBundle::DROLSKY"
]
}
},
"name" : "@DROLSKY/PromptIfStale",
- "version" : "0.051"
+ "version" : "0.053"
},
{
"class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
@@ -392,7 +393,7 @@
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@DROLSKY/PodSyntaxTests",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -496,7 +497,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@DROLSKY/Test::ReportPrereqs",
- "version" : "0.025"
+ "version" : "0.027"
},
{
"class" : "Dist::Zilla::Plugin::Test::Version",
@@ -506,13 +507,13 @@
{
"class" : "Dist::Zilla::Plugin::DROLSKY::Contributors",
"name" : "@DROLSKY/DROLSKY::Contributors",
- "version" : "0.78"
+ "version" : "0.85"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
@@ -520,7 +521,7 @@
}
},
"name" : "@DROLSKY/Git::Contributors",
- "version" : "0.029"
+ "version" : "0.030"
},
{
"class" : "Dist::Zilla::Plugin::SurgicalPodWeaver",
@@ -627,7 +628,7 @@
{
"class" : "Pod::Weaver::Section::GenerateSection",
"name" : "@DROLSKY/generate SUPPORT",
- "version" : "1.02"
+ "version" : "1.06"
},
{
"class" : "Pod::Weaver::Section::AllowOverride",
@@ -636,8 +637,13 @@
},
{
"class" : "Pod::Weaver::Section::GenerateSection",
+ "name" : "@DROLSKY/generate SOURCE",
+ "version" : "1.06"
+ },
+ {
+ "class" : "Pod::Weaver::Section::GenerateSection",
"name" : "@DROLSKY/generate DONATIONS",
- "version" : "1.02"
+ "version" : "1.06"
},
{
"class" : "Pod::Weaver::Section::Authors",
@@ -668,7 +674,7 @@
{
"class" : "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
"name" : "@DROLSKY/DROLSKY::WeaverConfig",
- "version" : "0.78"
+ "version" : "0.85"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
@@ -694,7 +700,7 @@
"Dist::Zilla::Role::RepoFileInjector" : {
"allow_overwrite" : 1,
"repo_root" : ".",
- "version" : "0.006"
+ "version" : "0.007"
}
},
"name" : "@DROLSKY/Generate CONTRIBUTING.md",
@@ -708,12 +714,12 @@
{
"class" : "Dist::Zilla::Plugin::CPANFile",
"name" : "@DROLSKY/CPANFile",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::DROLSKY::License",
"name" : "@DROLSKY/DROLSKY::License",
- "version" : "0.78"
+ "version" : "0.85"
},
{
"class" : "Dist::Zilla::Plugin::CheckStrictVersion",
@@ -730,7 +736,7 @@
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000033",
- "version" : "0.003"
+ "version" : "0.004"
}
},
"name" : "@DROLSKY/CheckSelfDependency",
@@ -742,26 +748,26 @@
"version" : "0.020"
},
{
- "class" : "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent",
- "name" : "@DROLSKY/DROLSKY::CheckChangesHasContent",
- "version" : "0.78"
- },
- {
"class" :
"Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
"config" : {
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
}
},
"name" : "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch",
- "version" : "0.78"
+ "version" : "0.85"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::EnsureChangesHasContent",
+ "name" : "@DROLSKY/EnsureChangesHasContent",
+ "version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
"config" : {
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
}
},
@@ -771,7 +777,7 @@
{
"class" : "Dist::Zilla::Plugin::DROLSKY::TidyAll",
"name" : "@DROLSKY/DROLSKY::TidyAll",
- "version" : "0.78"
+ "version" : "0.85"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -793,12 +799,12 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
}
},
"name" : "@DROLSKY/Git::Check",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -821,7 +827,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -829,7 +835,7 @@
}
},
"name" : "@DROLSKY/Commit generated files",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -838,12 +844,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v1.42",
+ "tag" : "v1.43",
"tag_format" : "v%v",
"tag_message" : "v%v"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -851,7 +857,7 @@
}
},
"name" : "@DROLSKY/Git::Tag",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -863,12 +869,12 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
}
},
"name" : "@DROLSKY/Git::Push",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
@@ -903,7 +909,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -911,7 +917,7 @@
}
},
"name" : "@DROLSKY/Commit version bump",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -923,67 +929,67 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
- "git --version" : "2.11.0",
+ "git_version" : "2.7.4",
"repo_root" : "."
}
},
"name" : "@DROLSKY/Push version bump",
- "version" : "2.041"
+ "version" : "2.042"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.008"
+ "version" : "6.009"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.008"
+ "version" : "6.009"
}
],
"zilla" : {
@@ -991,14 +997,15 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.008"
+ "version" : "6.009"
}
},
"x_authority" : "cpan:DROLSKY",
"x_contributors" : [
+ "Alexander Batyrshin <[email protected]>",
"Leon Timmermans <[email protected]>",
"Ricardo Signes <[email protected]>"
],
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/META.yml
new/Exception-Class-1.43/META.yml
--- old/Exception-Class-1.42/META.yml 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/META.yml 2017-07-09 18:08:25.000000000 +0200
@@ -9,7 +9,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,10 +18,10 @@
provides:
Exception::Class:
file: lib/Exception/Class.pm
- version: '1.42'
+ version: '1.43'
Exception::Class::Base:
file: lib/Exception/Class/Base.pm
- version: '1.42'
+ version: '1.43'
requires:
Class::Data::Inheritable: '0.02'
Devel::StackTrace: '2.00'
@@ -35,10 +35,10 @@
bugtracker: https://github.com/houseabsolute/Exception-Class/issues
homepage: http://metacpan.org/release/Exception-Class
repository: git://github.com/houseabsolute/Exception-Class.git
-version: '1.42'
+version: '1.43'
x_Dist_Zilla:
perl:
- version: '5.024000'
+ version: '5.024001'
plugins:
-
class: Dist::Zilla::Plugin::MakeMaker
@@ -46,7 +46,7 @@
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@DROLSKY/MakeMaker'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::Git::GatherDir
config:
@@ -66,27 +66,27 @@
Dist::Zilla::Plugin::Git::GatherDir:
include_untracked: 0
name: '@DROLSKY/Git::GatherDir'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@DROLSKY/ManifestSkip'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::License
name: '@DROLSKY/License'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@DROLSKY/ExecDir'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@DROLSKY/ShareDir'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::Manifest
name: '@DROLSKY/Manifest'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::CheckVersionIncrement
name: '@DROLSKY/CheckVersionIncrement'
@@ -94,19 +94,19 @@
-
class: Dist::Zilla::Plugin::TestRelease
name: '@DROLSKY/TestRelease'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@DROLSKY/ConfirmRelease'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@DROLSKY/UploadToCPAN'
- version: '6.008'
+ version: '6.009'
-
- class: Dist::Zilla::Plugin::DROLSKY::VersionProvider
- name: '@DROLSKY/DROLSKY::VersionProvider'
- version: '0.78'
+ class: Dist::Zilla::Plugin::VersionFromMainModule
+ name: '@DROLSKY/VersionFromMainModule'
+ version: '0.03'
-
class: Dist::Zilla::Plugin::Authority
name: '@DROLSKY/Authority'
@@ -114,26 +114,26 @@
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@DROLSKY/AutoPrereqs'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::CopyFilesFromBuild
name: '@DROLSKY/CopyFilesFromBuild'
- version: '0.163040'
+ version: '0.170880'
-
class: Dist::Zilla::Plugin::GitHub::Meta
name: '@DROLSKY/GitHub::Meta'
- version: '0.43'
+ version: '0.44'
-
class: Dist::Zilla::Plugin::GitHub::Update
config:
Dist::Zilla::Plugin::GitHub::Update:
metacpan: 1
name: '@DROLSKY/GitHub::Update'
- version: '0.43'
+ version: '0.44'
-
class: Dist::Zilla::Plugin::MetaResources
name: '@DROLSKY/MetaResources'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -142,18 +142,18 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.008'
+ version: '6.009'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
- Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.001011'
+ $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
inherit_missing: '1'
inherit_version: '1'
meta_noindex: '1'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000033'
- version: '0.003'
+ version: '0.004'
name: '@DROLSKY/MetaProvides::Package'
- version: '2.004002'
+ version: '2.004003'
-
class: Dist::Zilla::Plugin::Meta::Contributors
name: '@DROLSKY/Meta::Contributors'
@@ -161,19 +161,19 @@
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@DROLSKY/MetaConfig'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@DROLSKY/MetaJSON'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@DROLSKY/MetaYAML'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@DROLSKY/NextRelease'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -181,7 +181,7 @@
phase: test
type: requires
name: '@DROLSKY/Test::More with subtest'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -189,7 +189,7 @@
phase: develop
type: requires
name: '@DROLSKY/Modules for use with tidyall'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -197,7 +197,7 @@
phase: develop
type: requires
name: '@DROLSKY/Test::Version which fixes
https://github.com/plicease/Test-Version/issues/7'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -210,7 +210,7 @@
run_under_travis: 0
skip: []
name: '@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY'
- version: '0.051'
+ version: '0.053'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -221,15 +221,14 @@
phase: release
run_under_travis: 0
skip:
- - Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent
- Dist::Zilla::Plugin::DROLSKY::Contributors
- Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch
- Dist::Zilla::Plugin::DROLSKY::License
- Dist::Zilla::Plugin::DROLSKY::TidyAll
- - Dist::Zilla::Plugin::DROLSKY::VersionProvider
+ - Dist::Zilla::Plugin::DROLSKY::WeaverConfig
- Pod::Weaver::PluginBundle::DROLSKY
name: '@DROLSKY/PromptIfStale'
- version: '0.051'
+ version: '0.053'
-
class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
name: '@DROLSKY/Test::Pod::Coverage::Configurable'
@@ -274,7 +273,7 @@
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@DROLSKY/PodSyntaxTests'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
@@ -352,7 +351,7 @@
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@DROLSKY/Test::ReportPrereqs'
- version: '0.025'
+ version: '0.027'
-
class: Dist::Zilla::Plugin::Test::Version
name: '@DROLSKY/Test::Version'
@@ -360,18 +359,18 @@
-
class: Dist::Zilla::Plugin::DROLSKY::Contributors
name: '@DROLSKY/DROLSKY::Contributors'
- version: '0.78'
+ version: '0.85'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
- 'git --version': 2.11.0
+ git_version: 2.7.4
include_authors: 0
include_releaser: 1
order_by: name
paths: []
name: '@DROLSKY/Git::Contributors'
- version: '0.029'
+ version: '0.030'
-
class: Dist::Zilla::Plugin::SurgicalPodWeaver
config:
@@ -457,15 +456,19 @@
-
class: Pod::Weaver::Section::GenerateSection
name: '@DROLSKY/generate SUPPORT'
- version: '1.02'
+ version: '1.06'
-
class: Pod::Weaver::Section::AllowOverride
name: '@DROLSKY/allow override SUPPORT'
version: '0.05'
-
class: Pod::Weaver::Section::GenerateSection
+ name: '@DROLSKY/generate SOURCE'
+ version: '1.06'
+ -
+ class: Pod::Weaver::Section::GenerateSection
name: '@DROLSKY/generate DONATIONS'
- version: '1.02'
+ version: '1.06'
-
class: Pod::Weaver::Section::Authors
name: '@DROLSKY/Authors'
@@ -487,7 +490,7 @@
-
class: Dist::Zilla::Plugin::DROLSKY::WeaverConfig
name: '@DROLSKY/DROLSKY::WeaverConfig'
- version: '0.78'
+ version: '0.85'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
config:
@@ -508,7 +511,7 @@
Dist::Zilla::Role::RepoFileInjector:
allow_overwrite: 1
repo_root: .
- version: '0.006'
+ version: '0.007'
name: '@DROLSKY/Generate CONTRIBUTING.md'
version: '0.013'
-
@@ -518,11 +521,11 @@
-
class: Dist::Zilla::Plugin::CPANFile
name: '@DROLSKY/CPANFile'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::DROLSKY::License
name: '@DROLSKY/DROLSKY::License'
- version: '0.78'
+ version: '0.85'
-
class: Dist::Zilla::Plugin::CheckStrictVersion
name: '@DROLSKY/CheckStrictVersion'
@@ -535,7 +538,7 @@
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000033'
- version: '0.003'
+ version: '0.004'
name: '@DROLSKY/CheckSelfDependency'
version: '0.011'
-
@@ -543,29 +546,29 @@
name: '@DROLSKY/CheckPrereqsIndexed'
version: '0.020'
-
- class: Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent
- name: '@DROLSKY/DROLSKY::CheckChangesHasContent'
- version: '0.78'
- -
class: Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch
config:
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
name: '@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch'
- version: '0.78'
+ version: '0.85'
+ -
+ class: Dist::Zilla::Plugin::EnsureChangesHasContent
+ name: '@DROLSKY/EnsureChangesHasContent'
+ version: '0.02'
-
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
config:
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
name: '@DROLSKY/Git::CheckFor::MergeConflicts'
version: '0.014'
-
class: Dist::Zilla::Plugin::DROLSKY::TidyAll
name: '@DROLSKY/DROLSKY::TidyAll'
- version: '0.78'
+ version: '0.85'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -583,10 +586,10 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
name: '@DROLSKY/Git::Check'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
@@ -605,12 +608,12 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@DROLSKY/Commit generated files'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
@@ -618,16 +621,16 @@
branch: ~
changelog: Changes
signed: 0
- tag: v1.42
+ tag: v1.43
tag_format: v%v
tag_message: v%v
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@DROLSKY/Git::Tag'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -636,10 +639,10 @@
- origin
remotes_must_exist: 1
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
name: '@DROLSKY/Git::Push'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::BumpVersionAfterRelease
config:
@@ -665,12 +668,12 @@
- (?^:.+)
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@DROLSKY/Commit version bump'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -679,61 +682,62 @@
- origin
remotes_must_exist: 1
Dist::Zilla::Role::Git::Repo:
- 'git --version': 2.11.0
+ git_version: 2.7.4
repo_root: .
name: '@DROLSKY/Push version bump'
- version: '2.041'
+ version: '2.042'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.008'
+ version: '6.009'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.008'
+ version: '6.009'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '6.008'
+ version: '6.009'
x_authority: cpan:DROLSKY
x_contributors:
+ - 'Alexander Batyrshin <[email protected]>'
- 'Leon Timmermans <[email protected]>'
- 'Ricardo Signes <[email protected]>'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/Makefile.PL
new/Exception-Class-1.43/Makefile.PL
--- old/Exception-Class-1.42/Makefile.PL 2017-01-04 21:52:24.000000000
+0100
+++ new/Exception-Class-1.43/Makefile.PL 2017-07-09 18:08:25.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.009.
use strict;
use warnings;
@@ -30,7 +30,7 @@
"File::Spec" => 0,
"Test::More" => "0.96"
},
- "VERSION" => "1.42",
+ "VERSION" => "1.43",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/README.md
new/Exception-Class-1.43/README.md
--- old/Exception-Class-1.42/README.md 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/README.md 2017-07-09 18:08:25.000000000 +0200
@@ -4,7 +4,7 @@
# VERSION
-version 1.42
+version 1.43
# SYNOPSIS
@@ -282,10 +282,14 @@
# SUPPORT
-Bugs may be submitted through
[https://github.com/houseabsolute/Exception-Class/issues](https://github.com/houseabsolute/Exception-Class/issues).
+Bugs may be submitted at
[https://github.com/houseabsolute/Exception-Class/issues](https://github.com/houseabsolute/Exception-Class/issues).
I am also usually active on IRC as 'autarch' on `irc://irc.perl.org`.
+# SOURCE
+
+The source code repository for Exception-Class can be found at
[https://github.com/houseabsolute/Exception-Class](https://github.com/houseabsolute/Exception-Class).
+
# DONATIONS
If you'd like to thank me for the work I've done on this module, please
@@ -309,6 +313,7 @@
# CONTRIBUTORS
+- Alexander Batyrshin <[email protected]>
- Leon Timmermans <[email protected]>
- Ricardo Signes <[email protected]>
@@ -318,3 +323,6 @@
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
+
+The full text of the license can be found in the
+`LICENSE` file included with this distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/cpanfile
new/Exception-Class-1.43/cpanfile
--- old/Exception-Class-1.42/cpanfile 2017-01-04 21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/cpanfile 2017-07-09 18:08:25.000000000 +0200
@@ -22,6 +22,8 @@
};
on 'develop' => sub {
+ requires "Code::TidyAll" => "0.56";
+ requires "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003";
requires "Code::TidyAll::Plugin::Test::Vars" => "0.02";
requires "File::Spec" => "0";
requires "IO::Handle" => "0";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/lib/Exception/Class/Base.pm
new/Exception-Class-1.43/lib/Exception/Class/Base.pm
--- old/Exception-Class-1.42/lib/Exception/Class/Base.pm 2017-01-04
21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/lib/Exception/Class/Base.pm 2017-07-09
18:08:25.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
use Class::Data::Inheritable 0.02;
use Devel::StackTrace 2.00;
@@ -219,7 +219,7 @@
return $str;
}
-sub full_message { $_[0]->{message} }
+sub full_message { $_[0]->message }
#
# The %seen bit protects against circular inheritance.
@@ -268,7 +268,7 @@
=head1 VERSION
-version 1.42
+version 1.43
=head1 SYNOPSIS
@@ -563,10 +563,14 @@
=head1 SUPPORT
-Bugs may be submitted through
L<https://github.com/houseabsolute/Exception-Class/issues>.
+Bugs may be submitted at
L<https://github.com/houseabsolute/Exception-Class/issues>.
I am also usually active on IRC as 'autarch' on C<irc://irc.perl.org>.
+=head1 SOURCE
+
+The source code repository for Exception-Class can be found at
L<https://github.com/houseabsolute/Exception-Class>.
+
=head1 AUTHOR
Dave Rolsky <[email protected]>
@@ -578,4 +582,7 @@
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
+The full text of the license can be found in the
+F<LICENSE> file included with this distribution.
+
=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/lib/Exception/Class.pm
new/Exception-Class-1.43/lib/Exception/Class.pm
--- old/Exception-Class-1.42/lib/Exception/Class.pm 2017-01-04
21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/lib/Exception/Class.pm 2017-07-09
18:08:25.000000000 +0200
@@ -5,7 +5,7 @@
use strict;
use warnings;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
use Exception::Class::Base;
use Scalar::Util qw( blessed reftype );
@@ -221,7 +221,7 @@
=head1 VERSION
-version 1.42
+version 1.43
=head1 SYNOPSIS
@@ -507,10 +507,14 @@
=head1 SUPPORT
-Bugs may be submitted through
L<https://github.com/houseabsolute/Exception-Class/issues>.
+Bugs may be submitted at
L<https://github.com/houseabsolute/Exception-Class/issues>.
I am also usually active on IRC as 'autarch' on C<irc://irc.perl.org>.
+=head1 SOURCE
+
+The source code repository for Exception-Class can be found at
L<https://github.com/houseabsolute/Exception-Class>.
+
=head1 DONATIONS
If you'd like to thank me for the work I've done on this module, please
@@ -534,12 +538,16 @@
=head1 CONTRIBUTORS
-=for stopwords Leon Timmermans Ricardo Signes
+=for stopwords Alexander Batyrshin Leon Timmermans Ricardo Signes
=over 4
=item *
+Alexander Batyrshin <[email protected]>
+
+=item *
+
Leon Timmermans <[email protected]>
=item *
@@ -555,4 +563,7 @@
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
+The full text of the license can be found in the
+F<LICENSE> file included with this distribution.
+
=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/t/00-report-prereqs.dd
new/Exception-Class-1.43/t/00-report-prereqs.dd
--- old/Exception-Class-1.42/t/00-report-prereqs.dd 2017-01-04
21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/t/00-report-prereqs.dd 2017-07-09
18:08:25.000000000 +0200
@@ -6,6 +6,8 @@
},
'develop' => {
'requires' => {
+ 'Code::TidyAll' => '0.56',
+
'Code::TidyAll::Plugin::SortLines::Naturally' => '0.000003',
'Code::TidyAll::Plugin::Test::Vars' =>
'0.02',
'File::Spec' => '0',
'IO::Handle' => '0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/t/00-report-prereqs.t
new/Exception-Class-1.43/t/00-report-prereqs.t
--- old/Exception-Class-1.42/t/00-report-prereqs.t 2017-01-04
21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/t/00-report-prereqs.t 2017-07-09
18:08:25.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
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';
+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,10 +171,18 @@
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"
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exception-Class-1.42/xt/author/pod-spell.t
new/Exception-Class-1.43/xt/author/pod-spell.t
--- old/Exception-Class-1.42/xt/author/pod-spell.t 2017-01-04
21:52:24.000000000 +0100
+++ new/Exception-Class-1.43/xt/author/pod-spell.t 2017-07-09
18:08:25.000000000 +0200
@@ -10,8 +10,11 @@
add_stopwords(<DATA>);
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
+0x62ash
+Alexander
Arun
Base
+Batyrshin
CPAN
Class
DROLSKY