diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4856cd3ecc20..1905589e54d3 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -830,7 +830,7 @@ package Maintainers; }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20240223.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20240320.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index c735bada29be..28e71a1a5b18 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.20240320'; +our $VERSION = '5.20240420'; 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__) } } @@ -421,6 +421,7 @@ sub changes_between { 5.039007 => '2024-01-20', 5.039008 => '2024-02-23', 5.039009 => '2024-03-20', + 5.039010 => '2024-04-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -21360,6 +21361,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.039010 => { + delta_from => 5.039009, + changed => { + 'B::Op_private' => '5.039010', + 'Config' => '5.03901', + 'Module::CoreList' => '5.20240420', + 'Module::CoreList::Utils'=> '5.20240420', + }, + removed => { + } + }, ); sub is_core @@ -22866,6 +22878,13 @@ sub is_core removed => { } }, + 5.039010 => { + delta_from => 5.039009, + 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 9c8b781b5f38..c94fd2654059 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.20240320'; +our $VERSION = '5.20240420'; our %utilities; sub utilities { @@ -2007,6 +2007,13 @@ my %delta = ( removed => { } }, + 5.039010 => { + delta_from => 5.039009, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta);