Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Task-Kensho-Dates for
openSUSE:Factory checked in at 2021-07-12 21:40:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Dates (Old)
and /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Dates.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Task-Kensho-Dates"
Mon Jul 12 21:40:01 2021 rev:10 rq:904169 version:0.41
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Dates/perl-Task-Kensho-Dates.changes
2018-12-12 17:27:29.438952525 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Dates.new.2625/perl-Task-Kensho-Dates.changes
2021-07-12 21:40:10.304139563 +0200
@@ -1,0 +2,17 @@
+Sun Jul 4 03:11:58 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.41
+ see /usr/share/doc/packages/perl-Task-Kensho-Dates/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-Dates-0.40.tar.gz
New:
----
Task-Kensho-Dates-0.41.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Task-Kensho-Dates.spec ++++++
--- /var/tmp/diff_new_pack.AIUPMB/_old 2021-07-12 21:40:11.896127014 +0200
+++ /var/tmp/diff_new_pack.AIUPMB/_new 2021-07-12 21:40:11.900126983 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Task-Kensho-Dates
#
-# 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,32 +16,26 @@
#
+%define cpan_name Task-Kensho-Dates
Name: perl-Task-Kensho-Dates
-Version: 0.40
+Version: 0.41
Release: 0
-%define cpan_name Task-Kensho-Dates
Summary: Glimpse at an Enlightened Perl: Date Modules
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(Date::Tiny)
BuildRequires: perl(DateTime)
-BuildRequires: perl(DateTime::Tiny)
BuildRequires: perl(Time::Moment)
BuildRequires: perl(Time::ParseDate)
-BuildRequires: perl(Time::Tiny)
-Requires: perl(Date::Tiny)
+BuildRequires: perl(Time::Piece)
Requires: perl(DateTime)
-Requires: perl(DateTime::Tiny)
Requires: perl(Time::Moment)
Requires: perl(Time::ParseDate)
-Requires: perl(Time::Tiny)
+Requires: perl(Time::Piece)
%{perl_requires}
%description
@@ -77,11 +71,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
@@ -92,7 +86,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENCE README
+%doc Changes README
+%license LICENCE
%changelog
++++++ Task-Kensho-Dates-0.40.tar.gz -> Task-Kensho-Dates-0.41.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Dates-0.40/Changes
new/Task-Kensho-Dates-0.41/Changes
--- old/Task-Kensho-Dates-0.40/Changes 2018-12-01 22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/Changes 2021-07-03 05:19:34.000000000 +0200
@@ -1,5 +1,16 @@
Revision history for Task-Kensho-Dates
+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-Dates-0.40/MANIFEST
new/Task-Kensho-Dates-0.41/MANIFEST
--- old/Task-Kensho-Dates-0.40/MANIFEST 2018-12-01 22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/MANIFEST 2021-07-03 05:19:34.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-Dates-0.40/META.json
new/Task-Kensho-Dates-0.41/META.json
--- old/Task-Kensho-Dates-0.40/META.json 2018-12-01 22:34:53.000000000
+0100
+++ new/Task-Kensho-Dates-0.41/META.json 2021-07-03 05:19:34.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,12 +115,10 @@
},
"runtime" : {
"requires" : {
- "Date::Tiny" : "0",
"DateTime" : "0",
- "DateTime::Tiny" : "0",
"Time::Moment" : "0",
"Time::ParseDate" : "0",
- "Time::Tiny" : "0",
+ "Time::Piece" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
@@ -138,7 +139,7 @@
"provides" : {
"Task::Kensho::Dates" : {
"file" : "lib/Task/Kensho/Dates.pm",
- "version" : "0.40"
+ "version" : "0.41"
}
},
"release_status" : "stable",
@@ -154,10 +155,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" : [
{
@@ -185,7 +186,7 @@
}
},
"name" : "=inc::SubTaskPluginBundle/Git::GatherDir",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::MungeFile::WithConfigFile",
@@ -209,22 +210,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",
@@ -283,7 +284,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaTests",
"name" : "=inc::SubTaskPluginBundle/MetaTests",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -302,18 +303,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",
@@ -352,7 +358,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "=inc::SubTaskPluginBundle/Test::ReportPrereqs",
- "version" : "0.027"
+ "version" : "0.028"
},
{
"class" : "Dist::Zilla::Plugin::Test::Portability",
@@ -395,97 +401,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",
@@ -495,7 +501,7 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@Author::ETHER/Authors",
- "version" : "4.015"
+ "version" : "4.017"
},
{
"class" : "Pod::Weaver::Section::AllowOverride",
@@ -510,23 +516,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",
@@ -541,7 +547,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
"name" : "=inc::SubTaskPluginBundle/MetaNoIndex",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -554,7 +560,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.012"
+ "version" : "6.020"
}
],
"include_underscores" : 0
@@ -566,7 +572,7 @@
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000034",
+ "Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
@@ -576,12 +582,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",
@@ -611,7 +617,7 @@
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "=inc::SubTaskPluginBundle/AutoPrereqs",
- "version" : "6.012"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -627,13 +633,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",
@@ -644,13 +650,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",
@@ -660,11 +666,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",
@@ -686,7 +692,7 @@
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000034",
+ "Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
@@ -710,18 +716,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" : "."
}
},
@@ -732,7 +738,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" : "."
}
},
@@ -747,12 +753,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",
@@ -766,22 +772,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",
@@ -795,7 +801,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" : [
@@ -805,7 +812,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" : {
@@ -813,7 +820,7 @@
}
},
"name" : "=inc::SubTaskPluginBundle/release snapshot",
- "version" : "2.045"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Clean",
@@ -829,57 +836,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" : {
@@ -887,22 +894,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-Dates-0.40/META.yml
new/Task-Kensho-Dates-0.41/META.yml
--- old/Task-Kensho-Dates-0.40/META.yml 2018-12-01 22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/META.yml 2021-07-03 05:19:34.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,14 +31,12 @@
provides:
Task::Kensho::Dates:
file: lib/Task/Kensho/Dates.pm
- version: '0.40'
+ version: '0.41'
requires:
- Date::Tiny: '0'
DateTime: '0'
- DateTime::Tiny: '0'
Time::Moment: '0'
Time::ParseDate: '0'
- Time::Tiny: '0'
+ Time::Piece: '0'
perl: '5.006'
strict: '0'
warnings: '0'
@@ -47,10 +45,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
@@ -72,7 +70,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:
@@ -89,19 +87,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:
@@ -146,7 +144,7 @@
-
class: Dist::Zilla::Plugin::MetaTests
name: =inc::SubTaskPluginBundle/MetaTests
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::CPAN::Changes
config:
@@ -160,16 +158,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:
@@ -198,7 +199,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:
@@ -231,79 +232,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'
@@ -311,7 +312,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'
@@ -323,17 +324,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
@@ -345,7 +346,7 @@
-
class: Dist::Zilla::Plugin::MetaNoIndex
name: =inc::SubTaskPluginBundle/MetaNoIndex
- version: '6.012'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -356,7 +357,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'
@@ -364,18 +365,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:
@@ -397,7 +398,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
@@ -409,12 +410,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
@@ -422,21 +423,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:
@@ -452,7 +453,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'
@@ -470,15 +471,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'
@@ -486,7 +487,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'
@@ -497,11 +498,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:
@@ -512,18 +513,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
@@ -535,18 +536,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
@@ -558,63 +560,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-Dates-0.40/Makefile.PL
new/Task-Kensho-Dates-0.41/Makefile.PL
--- old/Task-Kensho-Dates-0.40/Makefile.PL 2018-12-01 22:34:53.000000000
+0100
+++ new/Task-Kensho-Dates-0.41/Makefile.PL 2021-07-03 05:19:34.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,12 +17,10 @@
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Task::Kensho::Dates",
"PREREQ_PM" => {
- "Date::Tiny" => 0,
"DateTime" => 0,
- "DateTime::Tiny" => 0,
"Time::Moment" => 0,
"Time::ParseDate" => 0,
- "Time::Tiny" => 0,
+ "Time::Piece" => 0,
"strict" => 0,
"warnings" => 0
},
@@ -31,7 +29,7 @@
"File::Spec" => 0,
"Test::More" => 0
},
- "VERSION" => "0.40",
+ "VERSION" => "0.41",
"test" => {
"TESTS" => "t/*.t"
}
@@ -39,15 +37,13 @@
my %FallbackPrereqs = (
- "Date::Tiny" => 0,
"DateTime" => 0,
- "DateTime::Tiny" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::More" => 0,
"Time::Moment" => 0,
"Time::ParseDate" => 0,
- "Time::Tiny" => 0,
+ "Time::Piece" => 0,
"strict" => 0,
"warnings" => 0
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Dates-0.40/lib/Task/Kensho/Dates.pm
new/Task-Kensho-Dates-0.41/lib/Task/Kensho/Dates.pm
--- old/Task-Kensho-Dates-0.40/lib/Task/Kensho/Dates.pm 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/lib/Task/Kensho/Dates.pm 2021-07-03
05:19:34.000000000 +0200
@@ -1,9 +1,9 @@
use strict;
use warnings;
-package Task::Kensho::Dates; # git description: v0.39-50-g4281201
+package Task::Kensho::Dates; # git description: v0.40-18-g9d61e36
# ABSTRACT: A Glimpse at an Enlightened Perl: Date Modules
-our $VERSION = '0.40';
+our $VERSION = '0.41';
__END__
@@ -17,7 +17,7 @@
=head1 VERSION
-version 0.40
+version 0.41
=head1 SYNOPSIS
@@ -68,18 +68,10 @@
=head2 L<Task::Kensho::Dates>: Date Modules
-=head3 L<Date::Tiny>
-
-A date object with as little code as possible
-
=head3 L<DateTime>
A date and time object
-=head3 L<DateTime::Tiny>
-
-A date time object with as little code as possible
-
=head3 L<Time::Moment>
A fast immutable object representing a date and time
@@ -88,9 +80,9 @@
Date parsing both relative and absolute
-=head3 L<Time::Tiny>
+=head3 L<Time::Piece>
-A time object with as little code as possible
+A date and time object based on localtime or gmtime
=head1 INSTALLING
@@ -118,7 +110,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>.
@@ -129,7 +121,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
@@ -143,10 +135,18 @@
=item *
+Dan Book <[email protected]>
+
+=item *
+
Chris Nehren <[email protected]>
=item *
+Mohammad S Anwar <[email protected]>
+
+=item *
+
Olaf Alders <[email protected]>
=item *
@@ -165,6 +165,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-Dates-0.40/t/00-report-prereqs.dd
new/Task-Kensho-Dates-0.41/t/00-report-prereqs.dd
--- old/Task-Kensho-Dates-0.40/t/00-report-prereqs.dd 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/t/00-report-prereqs.dd 2021-07-03
05:19:34.000000000 +0200
@@ -3,6 +3,9 @@
'requires' => {
'ExtUtils::MakeMaker' => '0',
'perl' => '5.006'
+ },
+ 'suggests' => {
+ 'JSON::PP' => '2.27300'
}
},
'develop' => {
@@ -83,12 +86,10 @@
},
'runtime' => {
'requires' => {
- 'Date::Tiny' => '0',
'DateTime' => '0',
- 'DateTime::Tiny' => '0',
'Time::Moment' => '0',
'Time::ParseDate' => '0',
- 'Time::Tiny' => '0',
+ 'Time::Piece' => '0',
'perl' => '5.006',
'strict' => '0',
'warnings' => '0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Task-Kensho-Dates-0.40/t/00-report-prereqs.t
new/Task-Kensho-Dates-0.41/t/00-report-prereqs.t
--- old/Task-Kensho-Dates-0.40/t/00-report-prereqs.t 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/t/00-report-prereqs.t 2021-07-03
05:19:34.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-Dates-0.40/xt/author/distmeta.t
new/Task-Kensho-Dates-0.41/xt/author/distmeta.t
--- old/Task-Kensho-Dates-0.40/xt/author/distmeta.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/xt/author/distmeta.t 2021-07-03
05:19:34.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-Dates-0.40/xt/author/minimum-version.t
new/Task-Kensho-Dates-0.41/xt/author/minimum-version.t
--- old/Task-Kensho-Dates-0.40/xt/author/minimum-version.t 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/xt/author/minimum-version.t 2021-07-03
05:19:34.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-Dates-0.40/xt/author/pod-spell.t
new/Task-Kensho-Dates-0.41/xt/author/pod-spell.t
--- old/Task-Kensho-Dates-0.40/xt/author/pod-spell.t 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/xt/author/pod-spell.t 2021-07-03
05:19:34.000000000 +0200
@@ -11,6 +11,7 @@
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
Alders
+Anwar
Book
Chris
Dan
@@ -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-Dates-0.40/xt/release/changes_has_content.t
new/Task-Kensho-Dates-0.41/xt/release/changes_has_content.t
--- old/Task-Kensho-Dates-0.40/xt/release/changes_has_content.t 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-0.41/xt/release/changes_has_content.t 2021-07-03
05:19:34.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-Dates-0.40/xt/release/distmeta.t
new/Task-Kensho-Dates-0.41/xt/release/distmeta.t
--- old/Task-Kensho-Dates-0.40/xt/release/distmeta.t 2018-12-01
22:34:53.000000000 +0100
+++ new/Task-Kensho-Dates-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();