From 7d3b4f06c57dc0d96d456b26ba0077e568314736 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sun, 20 Jun 2021 12:55:13 +0200 Subject: Update Module::CoreList for 5.35.1 --- dist/Module-CoreList/Changes | 3 + dist/Module-CoreList/lib/Module/CoreList.pm | 112 +++++++++++++++++++++- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 4 +- 3 files changed, 112 insertions(+), 7 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 22e4f850b5..d45252d5f9 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20210620 + - Updated for v5.35.1, second part + 5.20210523 - Updated for v5.35.1 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index d4f6f8a00b..30d33e2e18 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use strict; our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20210523'; +our $VERSION = '5.20210620'; sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# } sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } } @@ -18539,9 +18539,23 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.035001 => { delta_from => 5.035000, changed => { + 'B::Deparse' => '1.57', 'B::Op_private' => '5.035001', 'Config' => '5.035001', - 'Data::Dumper' => '2.180', + 'Cwd' => '3.81', + 'Data::Dumper' => '2.181', + 'File::Copy' => '2.36', + 'File::Glob' => '1.35', + 'File::Spec' => '3.81', + 'File::Spec::AmigaOS' => '3.81', + 'File::Spec::Cygwin' => '3.81', + 'File::Spec::Epoc' => '3.81', + 'File::Spec::Functions' => '3.81', + 'File::Spec::Mac' => '3.81', + 'File::Spec::OS2' => '3.81', + 'File::Spec::Unix' => '3.81', + 'File::Spec::VMS' => '3.81', + 'File::Spec::Win32' => '3.81', 'File::stat' => '1.10', 'IO' => '1.47', 'IO::Dir' => '1.47', @@ -18556,11 +18570,99 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'IO::Socket::UNIX' => '1.47', 'List::Util' => '1.56', 'List::Util::XS' => '1.56', - 'Module::CoreList' => '5.20210523', - 'Module::CoreList::Utils'=> '5.20210523', + 'Module::CoreList' => '5.20210620', + 'Module::CoreList::Utils'=> '5.20210620', + 'Opcode' => '1.51', + 'POSIX' => '1.98', 'Scalar::Util' => '1.56', + 'Socket' => '2.032', 'Sub::Util' => '1.56', + 'Test2' => '1.302185', + 'Test2::API' => '1.302185', + 'Test2::API::Breakage' => '1.302185', + 'Test2::API::Context' => '1.302185', + 'Test2::API::Instance' => '1.302185', + 'Test2::API::InterceptResult'=> '1.302185', + 'Test2::API::InterceptResult::Event'=> '1.302185', + 'Test2::API::InterceptResult::Facet'=> '1.302185', + 'Test2::API::InterceptResult::Hub'=> '1.302185', + 'Test2::API::InterceptResult::Squasher'=> '1.302185', + 'Test2::API::Stack' => '1.302185', + 'Test2::Event' => '1.302185', + 'Test2::Event::Bail' => '1.302185', + 'Test2::Event::Diag' => '1.302185', + 'Test2::Event::Encoding'=> '1.302185', + 'Test2::Event::Exception'=> '1.302185', + 'Test2::Event::Fail' => '1.302185', + 'Test2::Event::Generic' => '1.302185', + 'Test2::Event::Note' => '1.302185', + 'Test2::Event::Ok' => '1.302185', + 'Test2::Event::Pass' => '1.302185', + 'Test2::Event::Plan' => '1.302185', + 'Test2::Event::Skip' => '1.302185', + 'Test2::Event::Subtest' => '1.302185', + 'Test2::Event::TAP::Version'=> '1.302185', + 'Test2::Event::V2' => '1.302185', + 'Test2::Event::Waiting' => '1.302185', + 'Test2::EventFacet' => '1.302185', + 'Test2::EventFacet::About'=> '1.302185', + 'Test2::EventFacet::Amnesty'=> '1.302185', + 'Test2::EventFacet::Assert'=> '1.302185', + 'Test2::EventFacet::Control'=> '1.302185', + 'Test2::EventFacet::Error'=> '1.302185', + 'Test2::EventFacet::Hub'=> '1.302185', + 'Test2::EventFacet::Info'=> '1.302185', + 'Test2::EventFacet::Info::Table'=> '1.302185', + 'Test2::EventFacet::Meta'=> '1.302185', + 'Test2::EventFacet::Parent'=> '1.302185', + 'Test2::EventFacet::Plan'=> '1.302185', + 'Test2::EventFacet::Render'=> '1.302185', + 'Test2::EventFacet::Trace'=> '1.302185', + 'Test2::Formatter' => '1.302185', + 'Test2::Formatter::TAP' => '1.302185', + 'Test2::Hub' => '1.302185', + 'Test2::Hub::Interceptor'=> '1.302185', + 'Test2::Hub::Interceptor::Terminator'=> '1.302185', + 'Test2::Hub::Subtest' => '1.302185', + 'Test2::IPC' => '1.302185', + 'Test2::IPC::Driver' => '1.302185', + 'Test2::IPC::Driver::Files'=> '1.302185', + 'Test2::Tools::Tiny' => '1.302185', + 'Test2::Util' => '1.302185', + 'Test2::Util::ExternalMeta'=> '1.302185', + 'Test2::Util::Facets2Legacy'=> '1.302185', + 'Test2::Util::HashBase' => '1.302185', + 'Test2::Util::Trace' => '1.302185', + 'Test::Builder' => '1.302185', + 'Test::Builder::Formatter'=> '1.302185', + 'Test::Builder::Module' => '1.302185', + 'Test::Builder::Tester' => '1.302185', + 'Test::Builder::Tester::Color'=> '1.302185', + 'Test::Builder::TodoDiag'=> '1.302185', + 'Test::More' => '1.302185', + 'Test::Simple' => '1.302185', + 'Test::Tester' => '1.302185', + 'Test::Tester::Capture' => '1.302185', + 'Test::Tester::CaptureRunner'=> '1.302185', + 'Test::Tester::Delegate'=> '1.302185', + 'Test::use::ok' => '1.302185', + 'Unicode::Collate' => '1.30', + 'Unicode::Collate::CJK::Big5'=> '1.30', + 'Unicode::Collate::CJK::GB2312'=> '1.30', + 'Unicode::Collate::CJK::JISX0208'=> '1.30', + 'Unicode::Collate::CJK::Korean'=> '1.30', + 'Unicode::Collate::CJK::Pinyin'=> '1.30', + 'Unicode::Collate::CJK::Stroke'=> '1.30', + 'Unicode::Collate::CJK::Zhuyin'=> '1.30', + 'Unicode::Collate::Locale'=> '1.30', + 'Unicode::UCD' => '0.76', + 'XS::APItest' => '1.17', + 'feature' => '1.66', + 'ok' => '1.302185', + 'open' => '1.13', 'perlfaq' => '5.20210520', + 'version' => '0.9929', + 'version::regex' => '0.9929', }, removed => { } @@ -19778,7 +19880,7 @@ sub is_core } }, 5.035001 => { - delta_from => 5.035000, + delta_from => 5.035, changed => { }, removed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 076b3a9a4d..3e79f78913 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20210523'; +our $VERSION = '5.20210620'; our %utilities; sub utilities { @@ -1714,7 +1714,7 @@ my %delta = ( } }, 5.035001 => { - delta_from => 5.035000, + delta_from => 5.035, changed => { }, removed => { -- cgit v1.2.1