Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Task-Kensho-Async for
openSUSE:Factory checked in at 2021-07-12 21:40:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Async (Old)
and /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Async.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Task-Kensho-Async"
Mon Jul 12 21:40:04 2021 rev:8 rq:904172 version:0.41
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Async/perl-Task-Kensho-Async.changes
2018-12-12 17:27:22.586961223 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Async.new.2625/perl-Task-Kensho-Async.changes
2021-07-12 21:40:15.404099364 +0200
@@ -1,0 +2,17 @@
+Sun Jul 4 03:09:24 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.41
+ see /usr/share/doc/packages/perl-Task-Kensho-Async/Changes
+
+ 0.41 2021-07-03
+ - Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager
+ - Dates: added Time::Piece; removed Date::Tiny, Time::Tiny,
DateTime::Tiny
+ - ExcelCSV: replaced Spreadsheet::ParseExcel with
Spreadsheet::Read,
+ added Excel::Writer::XLSX
+ - Hackery: added ojo
+ - Logging: added Log::Any
+ - Testing: added Test2::Suite
+ - WebCrawling: added Mojo::UserAgent
+ - WebDev: added Web::Simple
+
+-------------------------------------------------------------------
Old:
----
Task-Kensho-Async-0.40.tar.gz
New:
----
Task-Kensho-Async-0.41.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Task-Kensho-Async.spec ++++++
--- /var/tmp/diff_new_pack.5zsqo2/_old 2021-07-12 21:40:17.060086311 +0200
+++ /var/tmp/diff_new_pack.5zsqo2/_new 2021-07-12 21:40:17.064086280 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Task-Kensho-Async
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,30 @@
#
+%define cpan_name Task-Kensho-Async
Name: perl-Task-Kensho-Async
-Version: 0.40
+Version: 0.41
Release: 0
-%define cpan_name Task-Kensho-Async
Summary: Glimpse at an Enlightened Perl: Async Programming
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Future)
BuildRequires: perl(IO::Async)
+BuildRequires: perl(MCE)
+BuildRequires: perl(Mojo::IOLoop)
BuildRequires: perl(POE)
+BuildRequires: perl(Parallel::ForkManager)
+Requires: perl(Future)
Requires: perl(IO::Async)
+Requires: perl(MCE)
+Requires: perl(Mojo::IOLoop)
Requires: perl(POE)
+Requires: perl(Parallel::ForkManager)
%{perl_requires}
%description
@@ -69,11 +75,11 @@
facilitates the ease and simplicity the distribution aims to achieve.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -84,7 +90,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENCE README
+%doc Changes README
+%license LICENCE
%changelog
++++++ Task-Kensho-Async-0.40.tar.gz -> Task-Kensho-Async-0.41.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/Changes
new/Task-Kensho-Async-0.41/Changes
--- old/Task-Kensho-Async-0.40/Changes 2018-12-01 22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/Changes 2021-07-03 05:30:06.000000000 +0200
@@ -1,5 +1,16 @@
Revision history for Task-Kensho-Async
+0.41 2021-07-03
+ - Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager
+ - Dates: added Time::Piece; removed Date::Tiny, Time::Tiny,
DateTime::Tiny
+ - ExcelCSV: replaced Spreadsheet::ParseExcel with Spreadsheet::Read,
+ added Excel::Writer::XLSX
+ - Hackery: added ojo
+ - Logging: added Log::Any
+ - Testing: added Test2::Suite
+ - WebCrawling: added Mojo::UserAgent
+ - WebDev: added Web::Simple
+
0.40 2018-12-01
- CLI: added Reply
- Dates: added Time::Moment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/MANIFEST
new/Task-Kensho-Async-0.41/MANIFEST
--- old/Task-Kensho-Async-0.40/MANIFEST 2018-12-01 22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/MANIFEST 2021-07-03 05:30:06.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.020.
Changes
LICENCE
MANIFEST
@@ -11,6 +11,7 @@
t/00-report-prereqs.t
xt/author/00-compile.t
xt/author/clean-namespaces.t
+xt/author/distmeta.t
xt/author/eol.t
xt/author/kwalitee.t
xt/author/minimum-version.t
@@ -22,4 +23,3 @@
xt/author/portability.t
xt/release/changes_has_content.t
xt/release/cpan-changes.t
-xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/META.json
new/Task-Kensho-Async-0.41/META.json
--- old/Task-Kensho-Async-0.40/META.json 2018-12-01 22:33:50.000000000
+0100
+++ new/Task-Kensho-Async-0.41/META.json 2021-07-03 05:30:06.000000000
+0200
@@ -4,7 +4,7 @@
"Chris Prather <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version
2.150010",
"keywords" : [
"EPO",
"enlightened",
@@ -32,6 +32,9 @@
"requires" : {
"ExtUtils::MakeMaker" : "0",
"perl" : "5.006"
+ },
+ "suggests" : {
+ "JSON::PP" : "2.27300"
}
},
"develop" : {
@@ -112,8 +115,12 @@
},
"runtime" : {
"requires" : {
+ "Future" : "0",
"IO::Async" : "0",
+ "MCE" : "0",
+ "Mojo::IOLoop" : "0",
"POE" : "0",
+ "Parallel::ForkManager" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
@@ -134,7 +141,7 @@
"provides" : {
"Task::Kensho::Async" : {
"file" : "lib/Task/Kensho/Async.pm",
- "version" : "0.40"
+ "version" : "0.41"
}
},
"release_status" : "stable",
@@ -150,10 +157,10 @@
},
"x_IRC" : "irc://irc.perl.org/#epo"
},
- "version" : "0.40",
+ "version" : "0.41",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.029005"
+ "version" : "5.034000"
},
"plugins" : [
{
@@ -181,7 +188,7 @@
}
},
"name" : "=inc::SubTaskPluginBundle/Git::GatherDir",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::MungeFile::WithConfigFile",
@@ -205,22 +212,22 @@
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "=inc::SubTaskPluginBundle/MetaYAML",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "=inc::SubTaskPluginBundle/MetaJSON",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "=inc::SubTaskPluginBundle/Manifest",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "=inc::SubTaskPluginBundle/License",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -279,7 +286,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaTests",
"name" : "=inc::SubTaskPluginBundle/MetaTests",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -298,18 +305,23 @@
},
{
"class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
+ "config" : {
+ "Dist::Zilla::Plugin::Test::MinimumVersion" : {
+ "max_target_perl" : "5.006"
+ }
+ },
"name" : "=inc::SubTaskPluginBundle/Test::MinimumVersion",
- "version" : "2.000008"
+ "version" : "2.000010"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "=inc::SubTaskPluginBundle/PodSyntaxTests",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "=inc::SubTaskPluginBundle/PodCoverageTests",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
@@ -348,7 +360,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "=inc::SubTaskPluginBundle/Test::ReportPrereqs",
- "version" : "0.027"
+ "version" : "0.028"
},
{
"class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -391,97 +403,97 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@Author::ETHER/EnsurePod5",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@Author::ETHER/H1Nester",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@Author::ETHER/SingleEncoding",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@Author::ETHER/List",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@Author::ETHER/Verbatim",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::ETHER/header",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@Author::ETHER/Name",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@Author::ETHER/Version",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::ETHER/prelude",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "SYNOPSIS",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "DESCRIPTION",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "OVERVIEW",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "ATTRIBUTES",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "METHODS",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "FUNCTIONS",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "TYPES",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@Author::ETHER/Leftovers",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::ETHER/postlude",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::GenerateSection",
"name" : "@Author::ETHER/generate SUPPORT",
- "version" : "1.06"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::AllowOverride",
@@ -491,7 +503,7 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@Author::ETHER/Authors",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::AllowOverride",
@@ -506,23 +518,23 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@Author::ETHER/Legal",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::ETHER/footer",
- "version" : "4.015"
+ "version" : "4.017"
}
]
}
},
"name" : "=inc::SubTaskPluginBundle/PodWeaver",
- "version" : "4.008"
+ "version" : "4.009"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "=inc::SubTaskPluginBundle/NextRelease",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -537,7 +549,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
"name" : "=inc::SubTaskPluginBundle/MetaNoIndex",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -550,7 +562,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.012"
+ "version" : "6.020"
}
],
"include_underscores" : 0
@@ -562,7 +574,7 @@
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000034",
+ "Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
@@ -572,12 +584,12 @@
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "=inc::SubTaskPluginBundle/MetaConfig",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "=inc::SubTaskPluginBundle/MetaResources",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Keywords",
@@ -607,7 +619,7 @@
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "=inc::SubTaskPluginBundle/AutoPrereqs",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -623,13 +635,13 @@
}
},
"name" : "=inc::SubTaskPluginBundle/task components",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "commits",
@@ -640,13 +652,13 @@
}
},
"name" : "=inc::SubTaskPluginBundle/Git::Contributors",
- "version" : "0.035"
+ "version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
- "default_jobs" : 1
+ "default_jobs" : "6"
}
},
"name" : "=inc::SubTaskPluginBundle/RunExtraTests",
@@ -656,11 +668,11 @@
"class" : "Dist::Zilla::Plugin::MakeMaker",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
- "default_jobs" : 1
+ "default_jobs" : "6"
}
},
"name" : "=inc::SubTaskPluginBundle/MakeMaker",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::StaticInstall",
@@ -682,7 +694,7 @@
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000034",
+ "Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
@@ -706,18 +718,18 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"repo_root" : ".."
}
},
"name" : "=inc::SubTaskPluginBundle/initial check",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
"config" : {
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"repo_root" : "."
}
},
@@ -728,7 +740,7 @@
"class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
"config" : {
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"repo_root" : "."
}
},
@@ -743,12 +755,12 @@
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "=inc::SubTaskPluginBundle/CheckPrereqsIndexed",
- "version" : "0.020"
+ "version" : "0.021"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "=inc::SubTaskPluginBundle/TestRelease",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -762,22 +774,22 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"repo_root" : ".."
}
},
"name" : "=inc::SubTaskPluginBundle/after tests",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::CheckIssues",
"name" : "=inc::SubTaskPluginBundle/CheckIssues",
- "version" : "0.010"
+ "version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "=inc::SubTaskPluginBundle/UploadToCPAN",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::ArchiveRelease",
@@ -791,7 +803,8 @@
"add_files_in" : [
"."
],
- "commit_msg" : "%N-%v%t%n%n%c"
+ "commit_msg" : "%N-%v%t%n%n%c",
+ "signoff" : 0
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
@@ -801,7 +814,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.19.1",
+ "git_version" : "2.31.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -809,7 +822,7 @@
}
},
"name" : "=inc::SubTaskPluginBundle/release snapshot",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Clean",
@@ -825,57 +838,57 @@
}
},
"name" : "inc::SubTaskPluginBundle/::Role::BundleDeps",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.012"
+ "version" : "6.020"
}
],
"zilla" : {
@@ -883,22 +896,26 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.012"
+ "version" : "6.020"
}
},
"x_authority" : "cpan:PERIGRIN",
"x_contributors" : [
"Karen Etheridge <[email protected]>",
"Leo Lapworth <[email protected]>",
+ "Dan Book <[email protected]>",
"Chris Nehren <[email protected]>",
+ "Mohammad S Anwar <[email protected]>",
"Olaf Alders <[email protected]>",
"Dan Book <[email protected]>",
"Rachel Kelly <[email protected]>",
"Shawn Sorichetti <[email protected]>",
- "Rick Leir <[email protected]>"
+ "Rick Leir <[email protected]>",
+ "Tina M\u00fcller <[email protected]>"
],
- "x_generated_by_perl" : "v5.29.5",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.07",
+ "x_generated_by_perl" : "v5.34.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1,
"x_use_unsafe_inc" : 0
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/META.yml
new/Task-Kensho-Async-0.41/META.yml
--- old/Task-Kensho-Async-0.40/META.yml 2018-12-01 22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/META.yml 2021-07-03 05:30:06.000000000 +0200
@@ -11,7 +11,7 @@
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version
2.150010'
keywords:
- EPO
- enlightened
@@ -31,10 +31,14 @@
provides:
Task::Kensho::Async:
file: lib/Task/Kensho/Async.pm
- version: '0.40'
+ version: '0.41'
requires:
+ Future: '0'
IO::Async: '0'
+ MCE: '0'
+ Mojo::IOLoop: '0'
POE: '0'
+ Parallel::ForkManager: '0'
perl: '5.006'
strict: '0'
warnings: '0'
@@ -43,10 +47,10 @@
bugtracker: https://github.com/EnlightenedPerlOrganisation/task-kensho/issues
homepage: https://github.com/EnlightenedPerlOrganisation/task-kensho
repository: https://github.com/EnlightenedPerlOrganisation/task-kensho.git
-version: '0.40'
+version: '0.41'
x_Dist_Zilla:
perl:
- version: '5.029005'
+ version: '5.034000'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
@@ -68,7 +72,7 @@
Dist::Zilla::Plugin::Git::GatherDir:
include_untracked: 0
name: =inc::SubTaskPluginBundle/Git::GatherDir
- version: '2.045'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::MungeFile::WithConfigFile
config:
@@ -85,19 +89,19 @@
-
class: Dist::Zilla::Plugin::MetaYAML
name: =inc::SubTaskPluginBundle/MetaYAML
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaJSON
name: =inc::SubTaskPluginBundle/MetaJSON
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Manifest
name: =inc::SubTaskPluginBundle/Manifest
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::License
name: =inc::SubTaskPluginBundle/License
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
@@ -142,7 +146,7 @@
-
class: Dist::Zilla::Plugin::MetaTests
name: =inc::SubTaskPluginBundle/MetaTests
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::CPAN::Changes
config:
@@ -156,16 +160,19 @@
version: '0.011'
-
class: Dist::Zilla::Plugin::Test::MinimumVersion
+ config:
+ Dist::Zilla::Plugin::Test::MinimumVersion:
+ max_target_perl: '5.006'
name: =inc::SubTaskPluginBundle/Test::MinimumVersion
- version: '2.000008'
+ version: '2.000010'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: =inc::SubTaskPluginBundle/PodSyntaxTests
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: =inc::SubTaskPluginBundle/PodCoverageTests
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::PodSpelling
config:
@@ -194,7 +201,7 @@
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: =inc::SubTaskPluginBundle/Test::ReportPrereqs
- version: '0.027'
+ version: '0.028'
-
class: Dist::Zilla::Plugin::Test::Portability
config:
@@ -227,79 +234,79 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@Author::ETHER/EnsurePod5'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@Author::ETHER/H1Nester'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@Author::ETHER/SingleEncoding'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Plugin::Transformer
name: '@Author::ETHER/List'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Plugin::Transformer
name: '@Author::ETHER/Verbatim'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Region
name: '@Author::ETHER/header'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Name
name: '@Author::ETHER/Name'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Version
name: '@Author::ETHER/Version'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Region
name: '@Author::ETHER/prelude'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Generic
name: SYNOPSIS
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Generic
name: DESCRIPTION
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Generic
name: OVERVIEW
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Collect
name: ATTRIBUTES
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Collect
name: METHODS
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Collect
name: FUNCTIONS
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Collect
name: TYPES
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Leftovers
name: '@Author::ETHER/Leftovers'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Region
name: '@Author::ETHER/postlude'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::GenerateSection
name: '@Author::ETHER/generate SUPPORT'
- version: '1.06'
+ version: '4.017'
-
class: Pod::Weaver::Section::AllowOverride
name: '@Author::ETHER/allow override SUPPORT'
@@ -307,7 +314,7 @@
-
class: Pod::Weaver::Section::Authors
name: '@Author::ETHER/Authors'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::AllowOverride
name: '@Author::ETHER/allow override AUTHOR'
@@ -319,17 +326,17 @@
-
class: Pod::Weaver::Section::Legal
name: '@Author::ETHER/Legal'
- version: '4.015'
+ version: '4.017'
-
class: Pod::Weaver::Section::Region
name: '@Author::ETHER/footer'
- version: '4.015'
+ version: '4.017'
name: =inc::SubTaskPluginBundle/PodWeaver
- version: '4.008'
+ version: '4.009'
-
class: Dist::Zilla::Plugin::NextRelease
name: =inc::SubTaskPluginBundle/NextRelease
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::GithubMeta
name: =inc::SubTaskPluginBundle/GithubMeta
@@ -341,7 +348,7 @@
-
class: Dist::Zilla::Plugin::MetaNoIndex
name: =inc::SubTaskPluginBundle/MetaNoIndex
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -352,7 +359,7 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.012'
+ version: '6.020'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -360,18 +367,18 @@
inherit_version: '0'
meta_noindex: '1'
Dist::Zilla::Role::ModuleMetadata:
- Module::Metadata: '1.000034'
+ Module::Metadata: '1.000037'
version: '0.006'
name: =inc::SubTaskPluginBundle/MetaProvides::Package
version: '2.004003'
-
class: Dist::Zilla::Plugin::MetaConfig
name: =inc::SubTaskPluginBundle/MetaConfig
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaResources
name: =inc::SubTaskPluginBundle/MetaResources
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Keywords
config:
@@ -393,7 +400,7 @@
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: =inc::SubTaskPluginBundle/AutoPrereqs
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MinimumPerl
name: =inc::SubTaskPluginBundle/MinimumPerl
@@ -405,12 +412,12 @@
phase: runtime
type: requires
name: '=inc::SubTaskPluginBundle/task components'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
- git_version: 2.19.1
+ git_version: 2.31.1
include_authors: 0
include_releaser: 1
order_by: commits
@@ -418,21 +425,21 @@
- .
- ../modules.yml
name: =inc::SubTaskPluginBundle/Git::Contributors
- version: '0.035'
+ version: '0.036'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
Dist::Zilla::Role::TestRunner:
- default_jobs: 1
+ default_jobs: '6'
name: =inc::SubTaskPluginBundle/RunExtraTests
version: '0.029'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
- default_jobs: 1
+ default_jobs: '6'
name: =inc::SubTaskPluginBundle/MakeMaker
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::StaticInstall
config:
@@ -448,7 +455,7 @@
finder:
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
- Module::Metadata: '1.000034'
+ Module::Metadata: '1.000037'
version: '0.006'
name: =inc::SubTaskPluginBundle/CheckSelfDependency
version: '0.011'
@@ -466,15 +473,15 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: 2.19.1
+ git_version: 2.31.1
repo_root: ..
name: '=inc::SubTaskPluginBundle/initial check'
- version: '2.045'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
config:
Dist::Zilla::Role::Git::Repo:
- git_version: 2.19.1
+ git_version: 2.31.1
repo_root: .
name: =inc::SubTaskPluginBundle/Git::CheckFor::MergeConflicts
version: '0.014'
@@ -482,7 +489,7 @@
class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
config:
Dist::Zilla::Role::Git::Repo:
- git_version: 2.19.1
+ git_version: 2.31.1
repo_root: .
name: =inc::SubTaskPluginBundle/Git::CheckFor::CorrectBranch
version: '0.014'
@@ -493,11 +500,11 @@
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: =inc::SubTaskPluginBundle/CheckPrereqsIndexed
- version: '0.020'
+ version: '0.021'
-
class: Dist::Zilla::Plugin::TestRelease
name: =inc::SubTaskPluginBundle/TestRelease
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -508,18 +515,18 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: 2.19.1
+ git_version: 2.31.1
repo_root: ..
name: '=inc::SubTaskPluginBundle/after tests'
- version: '2.045'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::CheckIssues
name: =inc::SubTaskPluginBundle/CheckIssues
- version: '0.010'
+ version: '0.011'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: =inc::SubTaskPluginBundle/UploadToCPAN
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::ArchiveRelease
name: =inc::SubTaskPluginBundle/ArchiveRelease
@@ -531,18 +538,19 @@
add_files_in:
- .
commit_msg: '%N-%v%t%n%n%c'
+ signoff: 0
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- Changes
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: 2.19.1
+ git_version: 2.31.1
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '=inc::SubTaskPluginBundle/release snapshot'
- version: '2.045'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Clean
name: =inc::SubTaskPluginBundle/Clean
@@ -554,63 +562,67 @@
phase: develop
type: requires
name: inc::SubTaskPluginBundle/::Role::BundleDeps
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.012'
+ version: '6.020'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '6.012'
+ version: '6.020'
x_authority: cpan:PERIGRIN
x_contributors:
- 'Karen Etheridge <[email protected]>'
- 'Leo Lapworth <[email protected]>'
+ - 'Dan Book <[email protected]>'
- 'Chris Nehren <[email protected]>'
+ - 'Mohammad S Anwar <[email protected]>'
- 'Olaf Alders <[email protected]>'
- 'Dan Book <[email protected]>'
- 'Rachel Kelly <[email protected]>'
- 'Shawn Sorichetti <[email protected]>'
- 'Rick Leir <[email protected]>'
-x_generated_by_perl: v5.29.5
+ - 'Tina M??ller <[email protected]>'
+x_generated_by_perl: v5.34.0
x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
x_static_install: 1
x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/Makefile.PL
new/Task-Kensho-Async-0.41/Makefile.PL
--- old/Task-Kensho-Async-0.40/Makefile.PL 2018-12-01 22:33:50.000000000
+0100
+++ new/Task-Kensho-Async-0.41/Makefile.PL 2021-07-03 05:30:06.000000000
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.020.
use strict;
use warnings;
@@ -17,8 +17,12 @@
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Task::Kensho::Async",
"PREREQ_PM" => {
+ "Future" => 0,
"IO::Async" => 0,
+ "MCE" => 0,
+ "Mojo::IOLoop" => 0,
"POE" => 0,
+ "Parallel::ForkManager" => 0,
"strict" => 0,
"warnings" => 0
},
@@ -27,7 +31,7 @@
"File::Spec" => 0,
"Test::More" => 0
},
- "VERSION" => "0.40",
+ "VERSION" => "0.41",
"test" => {
"TESTS" => "t/*.t"
}
@@ -37,8 +41,12 @@
my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
+ "Future" => 0,
"IO::Async" => 0,
+ "MCE" => 0,
+ "Mojo::IOLoop" => 0,
"POE" => 0,
+ "Parallel::ForkManager" => 0,
"Test::More" => 0,
"strict" => 0,
"warnings" => 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/lib/Task/Kensho/Async.pm
new/Task-Kensho-Async-0.41/lib/Task/Kensho/Async.pm
--- old/Task-Kensho-Async-0.40/lib/Task/Kensho/Async.pm 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/lib/Task/Kensho/Async.pm 2021-07-03
05:30:06.000000000 +0200
@@ -1,9 +1,9 @@
use strict;
use warnings;
-package Task::Kensho::Async; # git description: v0.39-46-gdc10a77
+package Task::Kensho::Async; # git description: v0.40-24-g714534c
# ABSTRACT: A Glimpse at an Enlightened Perl: Async Programming
-our $VERSION = '0.40';
+our $VERSION = '0.41';
__END__
@@ -17,7 +17,7 @@
=head1 VERSION
-version 0.40
+version 0.41
=head1 SYNOPSIS
@@ -66,18 +66,34 @@
=head1 RECOMMENDED MODULES
-=for stopwords Async
+=for stopwords Async Minimalistic
=head2 L<Task::Kensho::Async>: Async Programming
+=head3 L<Future>
+
+represent an operation awaiting completion
+
=head3 L<IO::Async>
Asynchronous event-driven programming
+=head3 L<MCE>
+
+Many-Core Engine for Perl providing parallel processing capabilities
+
+=head3 L<Mojo::IOLoop>
+
+Minimalistic event loop
+
=head3 L<POE>
Multitasking and networking framework for Perl
+=head3 L<Parallel::ForkManager>
+
+A simple parallel processing fork manager
+
=head1 INSTALLING
Since version 0.34, L<Task::Kensho> has made use of the C<optional_features>
field
@@ -104,7 +120,7 @@
Please report any bugs or feature requests to
L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
-bugs may be submitted through
L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
+Bugs may be submitted through
L<https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
There is also an irc channel available for users of this distribution, at
L<C<#epo> on C<irc.perl.org>|irc://irc.perl.org/#epo>.
@@ -115,7 +131,7 @@
=head1 CONTRIBUTORS
-=for stopwords Karen Etheridge Leo Lapworth Chris Nehren Olaf Alders Dan Book
Rachel Kelly Shawn Sorichetti Rick Leir
+=for stopwords Karen Etheridge Leo Lapworth Dan Book Chris Nehren Mohammad S
Anwar Olaf Alders Rachel Kelly Shawn Sorichetti Rick Leir Tina M??ller
=over 4
@@ -129,10 +145,18 @@
=item *
+Dan Book <[email protected]>
+
+=item *
+
Chris Nehren <[email protected]>
=item *
+Mohammad S Anwar <[email protected]>
+
+=item *
+
Olaf Alders <[email protected]>
=item *
@@ -151,6 +175,10 @@
Rick Leir <[email protected]>
+=item *
+
+Tina M??ller <[email protected]>
+
=back
=head1 COPYRIGHT AND LICENCE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/t/00-report-prereqs.dd
new/Task-Kensho-Async-0.41/t/00-report-prereqs.dd
--- old/Task-Kensho-Async-0.40/t/00-report-prereqs.dd 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/t/00-report-prereqs.dd 2021-07-03
05:30:06.000000000 +0200
@@ -3,6 +3,9 @@
'requires' => {
'ExtUtils::MakeMaker' => '0',
'perl' => '5.006'
+ },
+ 'suggests' => {
+ 'JSON::PP' => '2.27300'
}
},
'develop' => {
@@ -83,8 +86,12 @@
},
'runtime' => {
'requires' => {
+ 'Future' => '0',
'IO::Async' => '0',
+ 'MCE' => '0',
+ 'Mojo::IOLoop' => '0',
'POE' => '0',
+ 'Parallel::ForkManager' => '0',
'perl' => '5.006',
'strict' => '0',
'warnings' => '0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/t/00-report-prereqs.t
new/Task-Kensho-Async-0.41/t/00-report-prereqs.t
--- old/Task-Kensho-Async-0.40/t/00-report-prereqs.t 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/t/00-report-prereqs.t 2021-07-03
05:30:06.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
use Test::More tests => 1;
@@ -188,6 +188,6 @@
);
}
-pass;
+pass('Reported prereqs');
# vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/xt/author/distmeta.t
new/Task-Kensho-Async-0.41/xt/author/distmeta.t
--- old/Task-Kensho-Async-0.40/xt/author/distmeta.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Task-Kensho-Async-0.41/xt/author/distmeta.t 2021-07-03
05:30:06.000000000 +0200
@@ -0,0 +1,6 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
+
+use Test::CPAN::Meta;
+
+meta_yaml_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/xt/author/minimum-version.t
new/Task-Kensho-Async-0.41/xt/author/minimum-version.t
--- old/Task-Kensho-Async-0.40/xt/author/minimum-version.t 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/xt/author/minimum-version.t 2021-07-03
05:30:06.000000000 +0200
@@ -1,6 +1,6 @@
-#!perl
+use strict;
+use warnings;
use Test::More;
-
use Test::MinimumVersion;
all_minimum_version_ok( qq{5.006} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/xt/author/pod-spell.t
new/Task-Kensho-Async-0.41/xt/author/pod-spell.t
--- old/Task-Kensho-Async-0.40/xt/author/pod-spell.t 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/xt/author/pod-spell.t 2021-07-03
05:30:06.000000000 +0200
@@ -11,6 +11,7 @@
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
Alders
+Anwar
Async
Book
Chris
@@ -22,6 +23,8 @@
Lapworth
Leir
Leo
+Mohammad
+M??ller
Nehren
Olaf
Prather
@@ -30,13 +33,16 @@
Shawn
Sorichetti
Task
+Tina
apeiron
chris
+cpan2
ether
grinnz
irc
leo
lib
+mohammad
olaf
rkellyalso
rleir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Task-Kensho-Async-0.40/xt/release/changes_has_content.t
new/Task-Kensho-Async-0.41/xt/release/changes_has_content.t
--- old/Task-Kensho-Async-0.40/xt/release/changes_has_content.t 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/xt/release/changes_has_content.t 2021-07-03
05:30:06.000000000 +0200
@@ -2,7 +2,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.40';
+my $newver = '0.41';
my $trial_token = '-TRIAL';
my $encoding = 'UTF-8';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Async-0.40/xt/release/distmeta.t
new/Task-Kensho-Async-0.41/xt/release/distmeta.t
--- old/Task-Kensho-Async-0.40/xt/release/distmeta.t 2018-12-01
22:33:50.000000000 +0100
+++ new/Task-Kensho-Async-0.41/xt/release/distmeta.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
-
-use Test::CPAN::Meta;
-
-meta_yaml_ok();