diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 05d196c1d2cd..0a318e8fedb9 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,9 @@ +5.20240520 + - Updated for v5.39.11 + +5.20240420 + - Updated for v5.39.10 + 5.20240320 - Updated for v5.39.9 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 430ef1429daf..1646db266e51 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.20240420'; +our $VERSION = '5.20240520'; 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__) } } @@ -422,6 +422,7 @@ sub changes_between { 5.039008 => '2024-02-23', 5.039009 => '2024-03-20', 5.039010 => '2024-04-27', + 5.039011 => '2024-05-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -21609,6 +21610,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.039011 => { + delta_from => 5.039010, + changed => { + 'B::Op_private' => '5.039011', + 'Config' => '5.039011', + 'Module::CoreList' => '5.20240520', + 'Module::CoreList::Utils'=> '5.20240520', + }, + removed => { + } + }, ); sub is_core @@ -23122,6 +23134,13 @@ sub is_core removed => { } }, + 5.039011 => { + delta_from => 5.03901, + 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 c94fd2654059..1f5ba5106fa2 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.20240420'; +our $VERSION = '5.20240520'; our %utilities; sub utilities { @@ -2014,6 +2014,13 @@ my %delta = ( removed => { } }, + 5.039011 => { + delta_from => 5.039010, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta);