From a9cd96e146acf197cc514cf43be86ca2684919ef Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 29 Nov 2018 20:23:16 +0000 Subject: Bump the Perl version for 5.29.5 (manually cherry picked from commit 9d68db48f51a31c8c896446c21eaf1cdcaa5144e) --- 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 e2e19870a7..7a558dd538 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,6 +1,9 @@ 5.20181129_26 - Updated for v5.26.3 +5.20181120 + - Updated for v5.29.5 + 5.20181020 - Updated for v5.29.4 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 5a12c20e0e..33cd0c2309 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -345,6 +345,7 @@ sub changes_between { 5.029002 => '2018-08-20', 5.029003 => '2018-09-20', 5.029004 => '2018-10-20', + 5.029005 => '2018-11-20', 5.026003 => '2018-11-29', ); @@ -15820,6 +15821,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'arybase' => 1, } }, + 5.029005 => { + delta_from => 5.029004, + changed => { + 'B::Op_private' => '5.029005', + 'Config' => '5.029005', + 'Module::CoreList' => '5.20181120', + 'Module::CoreList::Utils'=> '5.20181120', + }, + removed => { + } + }, 5.026003 => { delta_from => 5.026002, changed => { @@ -16762,6 +16774,13 @@ sub is_core arybase => '1', } }, + 5.029005 => { + delta_from => 5.027002, + changed => { + }, + removed => { + } + }, 5.026003 => { delta_from => 5.026002, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index a6cc2e5c9f..0a8b981e14 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1431,6 +1431,13 @@ my %delta = ( removed => { } }, + 5.029005 => { + delta_from => 5.029004, + changed => { + }, + removed => { + } + }, 5.026003 => { delta_from => 5.026002, changed => { -- cgit v1.2.1