From b40abca4493c832d67e45a793bf0b6560b45bfec Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 29 Nov 2018 20:31:25 +0000 Subject: Update Module-CoreList with data for 5.28.1 (manually cherry picked from commit 0a26304aa8fb5fc9cc6b4a9c725134cf6ced6917) --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 19 +++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 3 files changed, 29 insertions(+) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 7a558dd538..8cc5ff085d 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20181129_28 + - Updated for v5.28.1 + 5.20181129_26 - Updated for v5.26.3 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 893185dc2b..eeb6e1bf3e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -347,6 +347,7 @@ sub changes_between { 5.029004 => '2018-10-20', 5.029005 => '2018-11-20', 5.026003 => '2018-11-29', + 5.028001 => '2018-11-29', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -15863,6 +15864,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.028001 => { + delta_from => 5.028, + changed => { + 'B::Op_private' => '5.028001', + 'Config' => '5.028001', + 'Module::CoreList' => '5.20181129_28', + 'Module::CoreList::Utils'=> '5.20181129_28', + }, + removed => { + } + }, ); sub is_core @@ -16806,6 +16818,13 @@ sub is_core removed => { } }, + 5.028001 => { + delta_from => 5.028000, + 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 0a8b981e14..4d3bc16437 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1445,6 +1445,13 @@ my %delta = ( removed => { } }, + 5.028001 => { + delta_from => 5.028000, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- cgit v1.2.1