diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-08-22 21:20:29 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-08-22 21:20:29 +0100 |
commit | f3f5a81a46cb02467bc2459f55921369b7d1802a (patch) | |
tree | 909193667562ea336d7a35ccb7a6b9a0904839bd | |
parent | 39b2d907002ac68c67f0358104cb259961a19e2d (diff) | |
download | perl-f3f5a81a46cb02467bc2459f55921369b7d1802a.tar.gz |
Module::CoreList - Remove 5.23.3 stubs
As promised in 2b70db9cb1, this removes the stubs for the as-yet unreleased
5.23.3.
-rw-r--r-- | dist/Module-CoreList/Changes | 3 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 17 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 |
3 files changed, 0 insertions, 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 => { |