From f996a9bee86f43b2256e6fbadfa922e7055969d9 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Thu, 14 May 2020 11:36:56 +0100 Subject: Shim update of Module::CoreList for v5.31.10 (manually cherry picked from commit 4b9ba9feb3d51bf370480b00365cd57068336ed4) --- dist/Module-CoreList/lib/Module/CoreList.pm | 17 +++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 2 files changed, 24 insertions(+) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 4976d9d07f..3f1d0bdfa1 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -361,6 +361,7 @@ sub changes_between { 5.031008 => '2020-01-20', 5.031009 => '2020-02-20', 5.030002 => '2020-03-14', + 5.031010 => '2020-03-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -17355,6 +17356,15 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.031010 => { + delta_from => 5.031009, + changed => { + 'B::Op_private' => '5.031010', + 'Config' => '5.03101', + }, + removed => { + } + }, ); sub is_core @@ -18441,6 +18451,13 @@ sub is_core removed => { } }, + 5.031010 => { + delta_from => 5.031009, + 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 2fa5d37402..7037bd7a9e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1587,6 +1587,13 @@ my %delta = ( removed => { } }, + 5.031010 => { + delta_from => 5.031009, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- cgit v1.2.1