Commit 4a4f052c25 for perl
commit 4a4f052c25c83b0649540bf50ae44bcc3984df94
Author: Philippe Bruhat (BooK) <book@cpan.org>
Date: Thu Sep 24 11:22:14 2026 +0200
Update Module::CoreList for 5.45.4
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index ebc6444609..09d547065c 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20261020
+ - Updated for v5.45.4
+
5.20260924
- Updated for v5.45.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index baaa0f2851..c1aacb1589 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.20260924';
+our $VERSION = '5.20261020';
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__) } }
@@ -465,6 +465,7 @@ sub changes_between {
5.042003 => '2026-08-02',
5.045002 => '2026-08-20',
5.045003 => '2026-09-24',
+ 5.045004 => '2026-10-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -25429,6 +25430,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.045004 => {
+ delta_from => 5.045003,
+ changed => {
+ 'B::Op_private' => '5.045004',
+ 'Config' => '5.045004',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -27236,6 +27246,13 @@ sub is_core
removed => {
}
},
+ 5.045004 => {
+ delta_from => 5.045003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 2ea3bf6c80..2f1d77cccc 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.20260924';
+our $VERSION = '5.20261020';
our %utilities;
sub utilities {
@@ -2315,6 +2315,13 @@ my %delta = (
removed => {
}
},
+ 5.045004 => {
+ delta_from => 5.045003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);