Commit fe91782d0e for perl

commit fe91782d0e54984f5b66be82f64c8f6c5019dda2
Author: Philippe Bruhat (BooK) <book@cpan.org>
Date:   Wed Sep 23 18:24:47 2026 +0200

    Update Module::CoreList for 5.45.3

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 47d8e4c3db..ebc6444609 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20260920
+5.20260924
   - Updated for v5.45.3

 5.20260820
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 1cb0c834cb..baaa0f2851 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.20260920';
+our $VERSION = '5.20260924';

 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__) } }
@@ -464,7 +464,7 @@ sub changes_between {
     5.040005 => '2026-08-02',
     5.042003 => '2026-08-02',
     5.045002 => '2026-08-20',
-    5.045003 => '2026-09-20',
+    5.045003 => '2026-09-24',
   );

 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -25169,8 +25169,262 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     5.045003 => {
         delta_from => 5.045002,
         changed => {
+            'B::Deparse'            => '1.92',
             'B::Op_private'         => '5.045003',
+            'CPAN::Meta'            => '2.150015',
+            'CPAN::Meta::Converter' => '2.150015',
+            'CPAN::Meta::Feature'   => '2.150015',
+            'CPAN::Meta::History'   => '2.150015',
+            'CPAN::Meta::Merge'     => '2.150015',
+            'CPAN::Meta::Prereqs'   => '2.150015',
+            'CPAN::Meta::Spec'      => '2.150015',
+            'CPAN::Meta::Validator' => '2.150015',
+            'Compress::Raw::Bzip2'  => '2.224',
+            'Compress::Raw::Zlib'   => '2.224',
+            'Compress::Zlib'        => '2.224',
             'Config'                => '5.045003',
+            'Devel::PPPort'         => '3.74',
+            'File::GlobMapper'      => '1.002',
+            'IO::Compress'          => '2.224',
+            'IO::Compress::Adapter::Bzip2'=> '2.224',
+            'IO::Compress::Adapter::Deflate'=> '2.224',
+            'IO::Compress::Adapter::Identity'=> '2.224',
+            'IO::Compress::Base'    => '2.224',
+            'IO::Compress::Base::Common'=> '2.224',
+            'IO::Compress::Bzip2'   => '2.224',
+            'IO::Compress::Deflate' => '2.224',
+            'IO::Compress::Gzip'    => '2.224',
+            'IO::Compress::Gzip::Constants'=> '2.224',
+            'IO::Compress::RawDeflate'=> '2.224',
+            'IO::Compress::Zip'     => '2.224',
+            'IO::Compress::Zip::Constants'=> '2.224',
+            'IO::Compress::Zlib::Constants'=> '2.224',
+            'IO::Compress::Zlib::Extra'=> '2.224',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.224',
+            'IO::Uncompress::Adapter::Identity'=> '2.224',
+            'IO::Uncompress::Adapter::Inflate'=> '2.224',
+            'IO::Uncompress::AnyInflate'=> '2.224',
+            'IO::Uncompress::AnyUncompress'=> '2.224',
+            'IO::Uncompress::Base'  => '2.224',
+            'IO::Uncompress::Bunzip2'=> '2.224',
+            'IO::Uncompress::Gunzip'=> '2.224',
+            'IO::Uncompress::Inflate'=> '2.224',
+            'IO::Uncompress::RawInflate'=> '2.224',
+            'IO::Uncompress::Unzip' => '2.224',
+            'Module::CoreList'      => '5.20260924',
+            'Module::CoreList::Utils'=> '5.20260924',
+            'Opcode'                => '1.73',
+            'Parse::CPAN::Meta'     => '2.150015',
+            'Pod::Man'              => 'v6.1.1',
+            'Pod::ParseLink'        => 'v6.1.1',
+            'Pod::Text'             => 'v6.1.1',
+            'Pod::Text::Color'      => 'v6.1.1',
+            'Pod::Text::Overstrike' => 'v6.1.1',
+            'Pod::Text::Termcap'    => 'v6.1.1',
+            'Test2'                 => '1.302225',
+            'Test2::API'            => '1.302225',
+            'Test2::API::Breakage'  => '1.302225',
+            'Test2::API::Context'   => '1.302225',
+            'Test2::API::Instance'  => '1.302225',
+            'Test2::API::InterceptResult'=> '1.302225',
+            'Test2::API::InterceptResult::Event'=> '1.302225',
+            'Test2::API::InterceptResult::Facet'=> '1.302225',
+            'Test2::API::InterceptResult::Hub'=> '1.302225',
+            'Test2::API::InterceptResult::Squasher'=> '1.302225',
+            'Test2::API::Stack'     => '1.302225',
+            'Test2::AsyncSubtest'   => '1.302225',
+            'Test2::AsyncSubtest::Event::Attach'=> '1.302225',
+            'Test2::AsyncSubtest::Event::Detach'=> '1.302225',
+            'Test2::AsyncSubtest::Formatter'=> '1.302225',
+            'Test2::AsyncSubtest::Hub'=> '1.302225',
+            'Test2::Bundle'         => '1.302225',
+            'Test2::Bundle::Extended'=> '1.302225',
+            'Test2::Bundle::More'   => '1.302225',
+            'Test2::Bundle::Simple' => '1.302225',
+            'Test2::Compare'        => '1.302225',
+            'Test2::Compare::Array' => '1.302225',
+            'Test2::Compare::Bag'   => '1.302225',
+            'Test2::Compare::Base'  => '1.302225',
+            'Test2::Compare::Bool'  => '1.302225',
+            'Test2::Compare::Custom'=> '1.302225',
+            'Test2::Compare::DeepRef'=> '1.302225',
+            'Test2::Compare::Delta' => '1.302225',
+            'Test2::Compare::Event' => '1.302225',
+            'Test2::Compare::EventMeta'=> '1.302225',
+            'Test2::Compare::Float' => '1.302225',
+            'Test2::Compare::Hash'  => '1.302225',
+            'Test2::Compare::Isa'   => '1.302225',
+            'Test2::Compare::Meta'  => '1.302225',
+            'Test2::Compare::Negatable'=> '1.302225',
+            'Test2::Compare::Number'=> '1.302225',
+            'Test2::Compare::Object'=> '1.302225',
+            'Test2::Compare::OrderedSubset'=> '1.302225',
+            'Test2::Compare::Pattern'=> '1.302225',
+            'Test2::Compare::Ref'   => '1.302225',
+            'Test2::Compare::Regex' => '1.302225',
+            'Test2::Compare::Scalar'=> '1.302225',
+            'Test2::Compare::Set'   => '1.302225',
+            'Test2::Compare::String'=> '1.302225',
+            'Test2::Compare::Undef' => '1.302225',
+            'Test2::Compare::Wildcard'=> '1.302225',
+            'Test2::Env'            => '1.302225',
+            'Test2::Event'          => '1.302225',
+            'Test2::Event::Bail'    => '1.302225',
+            'Test2::Event::Diag'    => '1.302225',
+            'Test2::Event::Encoding'=> '1.302225',
+            'Test2::Event::Exception'=> '1.302225',
+            'Test2::Event::Fail'    => '1.302225',
+            'Test2::Event::Generic' => '1.302225',
+            'Test2::Event::Note'    => '1.302225',
+            'Test2::Event::Ok'      => '1.302225',
+            'Test2::Event::Pass'    => '1.302225',
+            'Test2::Event::Plan'    => '1.302225',
+            'Test2::Event::Skip'    => '1.302225',
+            'Test2::Event::Subtest' => '1.302225',
+            'Test2::Event::TAP::Version'=> '1.302225',
+            'Test2::Event::V2'      => '1.302225',
+            'Test2::Event::Waiting' => '1.302225',
+            'Test2::EventFacet'     => '1.302225',
+            'Test2::EventFacet::About'=> '1.302225',
+            'Test2::EventFacet::Amnesty'=> '1.302225',
+            'Test2::EventFacet::Assert'=> '1.302225',
+            'Test2::EventFacet::Control'=> '1.302225',
+            'Test2::EventFacet::Error'=> '1.302225',
+            'Test2::EventFacet::Hub'=> '1.302225',
+            'Test2::EventFacet::Info'=> '1.302225',
+            'Test2::EventFacet::Info::Table'=> '1.302225',
+            'Test2::EventFacet::Meta'=> '1.302225',
+            'Test2::EventFacet::Parent'=> '1.302225',
+            'Test2::EventFacet::Plan'=> '1.302225',
+            'Test2::EventFacet::Render'=> '1.302225',
+            'Test2::EventFacet::Trace'=> '1.302225',
+            'Test2::Formatter'      => '1.302225',
+            'Test2::Formatter::TAP' => '1.302225',
+            'Test2::Handle'         => '1.302225',
+            'Test2::Hub'            => '1.302225',
+            'Test2::Hub::Interceptor'=> '1.302225',
+            'Test2::Hub::Interceptor::Terminator'=> '1.302225',
+            'Test2::Hub::Subtest'   => '1.302225',
+            'Test2::IPC'            => '1.302225',
+            'Test2::IPC::Driver'    => '1.302225',
+            'Test2::IPC::Driver::Files'=> '1.302225',
+            'Test2::Manual'         => '1.302225',
+            'Test2::Manual::Anatomy'=> '1.302225',
+            'Test2::Manual::Anatomy::API'=> '1.302225',
+            'Test2::Manual::Anatomy::Context'=> '1.302225',
+            'Test2::Manual::Anatomy::EndToEnd'=> '1.302225',
+            'Test2::Manual::Anatomy::Event'=> '1.302225',
+            'Test2::Manual::Anatomy::Hubs'=> '1.302225',
+            'Test2::Manual::Anatomy::IPC'=> '1.302225',
+            'Test2::Manual::Anatomy::Utilities'=> '1.302225',
+            'Test2::Manual::Concurrency'=> '1.302225',
+            'Test2::Manual::Contributing'=> '1.302225',
+            'Test2::Manual::Testing'=> '1.302225',
+            'Test2::Manual::Testing::Introduction'=> '1.302225',
+            'Test2::Manual::Testing::Migrating'=> '1.302225',
+            'Test2::Manual::Testing::Planning'=> '1.302225',
+            'Test2::Manual::Testing::Todo'=> '1.302225',
+            'Test2::Manual::Tooling'=> '1.302225',
+            'Test2::Manual::Tooling::FirstTool'=> '1.302225',
+            'Test2::Manual::Tooling::Formatter'=> '1.302225',
+            'Test2::Manual::Tooling::Nesting'=> '1.302225',
+            'Test2::Manual::Tooling::Plugin::TestExit'=> '1.302225',
+            'Test2::Manual::Tooling::Plugin::TestingDone'=> '1.302225',
+            'Test2::Manual::Tooling::Plugin::ToolCompletes'=> '1.302225',
+            'Test2::Manual::Tooling::Plugin::ToolStarts'=> '1.302225',
+            'Test2::Manual::Tooling::Subtest'=> '1.302225',
+            'Test2::Manual::Tooling::TestBuilder'=> '1.302225',
+            'Test2::Manual::Tooling::Testing'=> '1.302225',
+            'Test2::Mock'           => '1.302225',
+            'Test2::Plugin'         => '1.302225',
+            'Test2::Plugin::BailOnFail'=> '1.302225',
+            'Test2::Plugin::DieOnFail'=> '1.302225',
+            'Test2::Plugin::ExitSummary'=> '1.302225',
+            'Test2::Plugin::SRand'  => '1.302225',
+            'Test2::Plugin::Times'  => '1.302225',
+            'Test2::Plugin::UTF8'   => '1.302225',
+            'Test2::Require'        => '1.302225',
+            'Test2::Require::AuthorTesting'=> '1.302225',
+            'Test2::Require::AutomatedTesting'=> '1.302225',
+            'Test2::Require::EnvVar'=> '1.302225',
+            'Test2::Require::ExtendedTesting'=> '1.302225',
+            'Test2::Require::Fork'  => '1.302225',
+            'Test2::Require::Module'=> '1.302225',
+            'Test2::Require::NonInteractiveTesting'=> '1.302225',
+            'Test2::Require::Perl'  => '1.302225',
+            'Test2::Require::RealFork'=> '1.302225',
+            'Test2::Require::ReleaseTesting'=> '1.302225',
+            'Test2::Require::Threads'=> '1.302225',
+            'Test2::Suite'          => '1.302225',
+            'Test2::Todo'           => '1.302225',
+            'Test2::Tools'          => '1.302225',
+            'Test2::Tools::AsyncSubtest'=> '1.302225',
+            'Test2::Tools::Basic'   => '1.302225',
+            'Test2::Tools::Class'   => '1.302225',
+            'Test2::Tools::ClassicCompare'=> '1.302225',
+            'Test2::Tools::Compare' => '1.302225',
+            'Test2::Tools::Defer'   => '1.302225',
+            'Test2::Tools::Encoding'=> '1.302225',
+            'Test2::Tools::Event'   => '1.302225',
+            'Test2::Tools::Exception'=> '1.302225',
+            'Test2::Tools::Exports' => '1.302225',
+            'Test2::Tools::GenTemp' => '1.302225',
+            'Test2::Tools::Grab'    => '1.302225',
+            'Test2::Tools::Mock'    => '1.302225',
+            'Test2::Tools::Ref'     => '1.302225',
+            'Test2::Tools::Refcount'=> '1.302225',
+            'Test2::Tools::Spec'    => '1.302225',
+            'Test2::Tools::Subtest' => '1.302225',
+            'Test2::Tools::Target'  => '1.302225',
+            'Test2::Tools::Tester'  => '1.302225',
+            'Test2::Tools::Tiny'    => '1.302225',
+            'Test2::Tools::Warnings'=> '1.302225',
+            'Test2::Util'           => '1.302225',
+            'Test2::Util::ExternalMeta'=> '1.302225',
+            'Test2::Util::Facets2Legacy'=> '1.302225',
+            'Test2::Util::Grabber'  => '1.302225',
+            'Test2::Util::Guard'    => '1.302225',
+            'Test2::Util::HashBase' => '1.302225',
+            'Test2::Util::Importer' => '1.302225',
+            'Test2::Util::Ref'      => '1.302225',
+            'Test2::Util::Sig'      => '1.302225',
+            'Test2::Util::Stash'    => '1.302225',
+            'Test2::Util::Sub'      => '1.302225',
+            'Test2::Util::Table'    => '1.302225',
+            'Test2::Util::Table::Cell'=> '1.302225',
+            'Test2::Util::Table::LineBreak'=> '1.302225',
+            'Test2::Util::Term'     => '1.302225',
+            'Test2::Util::Times'    => '1.302225',
+            'Test2::Util::Trace'    => '1.302225',
+            'Test2::V0'             => '1.302225',
+            'Test2::V1'             => '1.302225',
+            'Test2::V1::Base'       => '1.302225',
+            'Test2::V1::Handle'     => '1.302225',
+            'Test2::Workflow'       => '1.302225',
+            'Test2::Workflow::BlockBase'=> '1.302225',
+            'Test2::Workflow::Build'=> '1.302225',
+            'Test2::Workflow::Runner'=> '1.302225',
+            'Test2::Workflow::Task' => '1.302225',
+            'Test2::Workflow::Task::Action'=> '1.302225',
+            'Test2::Workflow::Task::Group'=> '1.302225',
+            'Test::Builder'         => '1.302225',
+            'Test::Builder::Formatter'=> '1.302225',
+            'Test::Builder::Module' => '1.302225',
+            'Test::Builder::Tester' => '1.302225',
+            'Test::Builder::Tester::Color'=> '1.302225',
+            'Test::Builder::TodoDiag'=> '1.302225',
+            'Test::More'            => '1.302225',
+            'Test::Simple'          => '1.302225',
+            'Test::Tester'          => '1.302225',
+            'Test::Tester::Capture' => '1.302225',
+            'Test::Tester::CaptureRunner'=> '1.302225',
+            'Test::Tester::Delegate'=> '1.302225',
+            'Test::use::ok'         => '1.302225',
+            'Unicode'               => '18.0.0',
+            'ok'                    => '1.302225',
+            'overload'              => '1.42',
+            'threads'               => '2.47',
+            'warnings'              => '1.79',
         },
         removed => {
         }
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 642a6d4056..2ea3bf6c80 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.20260920';
+our $VERSION = '5.20260924';
 our %utilities;

 sub utilities {