From f3f5a81a46cb02467bc2459f55921369b7d1802a Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 22 Aug 2015 21:20:29 +0100 Subject: Module::CoreList - Remove 5.23.3 stubs As promised in 2b70db9cb1, this removes the stubs for the as-yet unreleased 5.23.3. --- dist/Module-CoreList/Changes | 3 --- dist/Module-CoreList/lib/Module/CoreList.pm | 17 ----------------- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 ------- 3 files changed, 27 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 147a6e232d..a31bba7e2e 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,9 +1,6 @@ 5.20150822 - Updated for v5.20.3 -5.20150920 - - Updated for v5.23.3 - 5.20150820 - Updated for v5.23.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 65bc97ffde..bf9354cbf1 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -282,7 +282,6 @@ sub changes_between { 5.023000 => '2015-06-20', 5.023001 => '2015-07-20', 5.023002 => '2015-08-20', - 5.023003 => '????-??-??', 5.020003 => '????-??-??', ); @@ -11692,15 +11691,6 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, - 5.023003 => { - delta_from => 5.023002, - changed => { - 'B::Op_private' => '5.023003', - 'Config' => '5.023003', - }, - removed => { - } - }, 5.020003 => { delta_from => 5.020002, changed => { @@ -12290,13 +12280,6 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, - 5.023003 => { - delta_from => 5.023002, - changed => { - }, - removed => { - } - }, 5.020003 => { delta_from => 5.020002, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 37c97086e3..350c917e12 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1073,13 +1073,6 @@ my %delta = ( removed => { } }, - 5.023003 => { - delta_from => 5.023002, - changed => { - }, - removed => { - } - }, 5.020003 => { delta_from => 5.020002, changed => { -- cgit v1.2.1