From 48cbd9ddb013e691dad18f9da66a3090be9ad176 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 20 Apr 2014 23:51:30 +0100 Subject: [PATCH] Prepare Module::CoreList for 5.19.12 (not that it's expected to exist...) --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 21 ++++++++++++++++++++- dist/Module-CoreList/lib/Module/CoreList.pod | 2 +- .../lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 ++++++++- pod/perldelta.pod | 4 +++- 6 files changed, 36 insertions(+), 5 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 20a2b18..7152d1b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +3.11 + - Prepared for v5.19.12 + 3.10 - Updated for v5.19.11 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 61aa394..0fc31d2 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 = '3.10'; +$VERSION = '3.11'; my $dumpinc = 0; sub import { @@ -248,6 +248,7 @@ sub changes_between { 5.019009 => '2014-02-20', 5.01901 => '2014-03-20', 5.019011 => '2014-04-20', + 5.019012 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -9759,6 +9760,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.019012 => { + delta_from => 5.019011, + changed => { + 'Config' => '5.019012', + 'Module::CoreList' => '3.11', + 'Module::CoreList::TieHashDelta'=> '3.11', + 'Module::CoreList::Utils'=> '3.11', + }, + removed => { + } + }, ); sub is_core @@ -10153,6 +10165,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.019012 => { + delta_from => 5.019011, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod index d7cab5f..2cd1237 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -229,7 +229,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.16.3, 5.17.0, 5.17.1, 5.17.2, 5.17.3, 5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8, 5.17.9, 5.17.10, 5.17.11, 5.18.0, 5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8, -5.19.9, 5.19.10 and 5.19.11 releases of perl. +5.19.9, 5.19.10, 5.19.11 and 5.19.12 releases of perl. =head1 HISTORY diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 588977e..c4098bc 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 = "3.10"; +$VERSION = "3.11"; 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 f6fc975..de7d6ee 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 = '3.10'; +$VERSION = '3.11'; sub utilities { my $perl = shift; @@ -910,6 +910,13 @@ my %delta = ( removed => { } }, + 5.019012 => { + delta_from => 5.019011, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5242261..c6f06dc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -119,7 +119,9 @@ XXX =item * -L has been upgraded from version A.xx to B.yy. +L has been upgraded from version 3.10 to 3.11. + +The list of Perl versions covered has been updated. =back -- 2.7.4