From 7792a6f57ff2d26f28d2ef67be13cf7f9fd31ef3 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 21 Oct 2015 00:09:32 +0100 Subject: [PATCH] Prepare Module::CoreList for 5.23.5 --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 22 +++++++++++++++++++++- .../lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 ++++++++- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 0bc5c8c..134024b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20151120 + - Updated for v5.23.5 + 5.20151020 - Updated for v5.23.4 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 14ee108..3312d6e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use Module::CoreList::TieHashDelta; use version; -$VERSION = '5.20151020'; +$VERSION = '5.20151120'; sub _released_order { # Sort helper, to make '?' sort after everything else (substr($released{$a}, 0, 1) eq "?") @@ -285,6 +285,7 @@ sub changes_between { 5.020003 => '2015-09-12', 5.023003 => '2015-09-20', 5.023004 => '2015-10-20', + 5.023005 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -11915,6 +11916,18 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.023005 => { + delta_from => 5.023004, + changed => { + 'B::Op_private' => '5.023005', + 'Config' => '5.023005', + 'Module::CoreList' => '5.20151120', + 'Module::CoreList::TieHashDelta'=> '5.20151120', + 'Module::CoreList::Utils'=> '5.20151120', + }, + removed => { + } + }, ); sub is_core @@ -12513,6 +12526,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.023005 => { + delta_from => 5.023004, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 6555667..d1f3c95 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta; use strict; use vars qw($VERSION); -$VERSION = '5.20151020'; +$VERSION = '5.20151120'; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index bf9a36f..851bf62 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities]; use Module::CoreList; use Module::CoreList::TieHashDelta; -$VERSION = '5.20151020'; +$VERSION = '5.20151120'; sub utilities { my $perl = shift; @@ -1094,6 +1094,13 @@ my %delta = ( removed => { } }, + 5.023005 => { + delta_from => 5.023004, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { -- 1.8.3.1