diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-06-09 07:34:48 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-06-09 07:34:48 +0100 |
commit | dfaf775e9d9faa8e74d3b62d383ed51ed9c25e3e (patch) | |
tree | 26657328f46172549f679cc1eea3481a47fb0267 /dist | |
parent | 41aa777b4de447bc68637ff0f3fe1575e1af76d4 (diff) | |
download | perl-dfaf775e9d9faa8e74d3b62d383ed51ed9c25e3e.tar.gz |
Remove bogus 5.031012 release from Module::CoreList
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 23 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 |
2 files changed, 3 insertions, 29 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 0df6f41be3..deceaa060f 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -363,7 +363,6 @@ sub changes_between { 5.030002 => '2020-03-14', 5.031010 => '2020-03-20', 5.031011 => '2020-04-28', - 5.031012 => '2020-05-20', 5.028003 => '2020-06-01', 5.030003 => '2020-06-01', 5.032000 => '2020-06-20', @@ -17464,17 +17463,6 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, - 5.031012 => { - delta_from => 5.031011, - changed => { - 'B::Op_private' => '5.031012', - 'Config' => '5.031012', - 'Module::CoreList' => '5.20200520', - 'Module::CoreList::Utils'=> '5.20200520', - }, - removed => { - } - }, 5.028003 => { delta_from => 5.028002, changed => { @@ -17498,7 +17486,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { } }, 5.032000 => { - delta_from => 5.031012, + delta_from => 5.031011, changed => { 'B::Deparse' => '1.54', 'B::Op_private' => '5.032000', @@ -18627,13 +18615,6 @@ sub is_core removed => { } }, - 5.031012 => { - delta_from => 5.031011, - changed => { - }, - removed => { - } - }, 5.028003 => { delta_from => 5.028002, changed => { @@ -18649,7 +18630,7 @@ sub is_core } }, 5.032000 => { - delta_from => 5.031012, + delta_from => 5.031011, changed => { }, removed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 63674de6bc..4de1cfef40 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1601,13 +1601,6 @@ my %delta = ( removed => { } }, - 5.031012 => { - delta_from => 5.031011, - changed => { - }, - removed => { - } - }, 5.028003 => { delta_from => 5.028002, changed => { @@ -1623,7 +1616,7 @@ my %delta = ( } }, 5.032000 => { - delta_from => 5.031012, + delta_from => 5.031011, changed => { }, removed => { |