diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index ac0e641143..bbcd2baf41 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,6 +1,9 @@ 5.20191120 - Updated for v5.31.6 +5.20191110 + - Updated for v5.30.1 + 5.20191020 - Updated for v5.31.5 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index e02e6fc5d6..0fb0a9d587 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -355,6 +355,7 @@ sub changes_between { 5.031003 => '2019-08-20', 5.031004 => '2019-09-20', 5.031005 => '2019-10-20', + 5.030001 => '2019-11-10', 5.031006 => '2019-11-20', ); @@ -16851,6 +16852,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.030001 => { + delta_from => 5.030000, + changed => { + 'B::Op_private' => '5.030001', + 'Config' => '5.030001', + 'Module::CoreList' => '5.20191110', + 'Module::CoreList::Utils'=> '5.20191110', + }, + removed => { + } + }, 5.031006 => { delta_from => 5.031005, changed => { @@ -17906,6 +17918,13 @@ sub is_core removed => { } }, + 5.030001 => { + delta_from => 5.030000, + changed => { + }, + removed => { + } + }, 5.031006 => { delta_from => 5.031005, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index fb424dab04..6bcb751abb 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1544,6 +1544,13 @@ my %delta = ( removed => { } }, + 5.030001 => { + delta_from => 5.03, + changed => { + }, + removed => { + } + }, 5.031006 => { delta_from => 5.031005, changed => {