From: Steve Hay Date: Fri, 20 Sep 2013 18:14:58 +0000 (+0100) Subject: Prepare Module::CoreList for 5.19.5 and bump its $VERSION X-Git-Tag: upstream/5.20.0~1729 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa5fbb39512b70d92e8f759b30394019ecaf1153;p=platform%2Fupstream%2Fperl.git Prepare Module::CoreList for 5.19.5 and bump its $VERSION --- diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index b189339..ecdef14 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,7 @@ -2.99 +3.00 + - Prepared for v5.19.5 + +2.99 Fri Sep 20 2013 - Updated for v5.19.4 - fixed Module::Build core deprecation - changes_between now has the same API as all other functions diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 3372b8e..1fd6042 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -3,7 +3,7 @@ use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; use Module::CoreList::TieHashDelta; -$VERSION = '2.99'; +$VERSION = '3.00'; my $dumpinc = 0; sub import { @@ -239,6 +239,7 @@ sub changes_between { 5.018001 => '2013-08-12', 5.019003 => '2013-08-20', 5.019004 => '2013-09-20', + 5.019005 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -8810,6 +8811,17 @@ my %delta = ( removed => { } }, + 5.019005 => { + delta_from => 5.019004, + changed => { + 'Config' => '5.019005', + 'Module::CoreList' => '3.00', + 'Module::CoreList::TieHashDelta'=> '3.00', + 'Module::CoreList::Utils'=> '3.00', + }, + removed => { + } + }, ); sub is_core @@ -9129,6 +9141,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.019005 => { + delta_from => 5.019004, + 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 55f46d9..f8797d0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -214,7 +214,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8, 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 and 5.19.4 releases of perl. +5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4 and 5.19.5 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 9d5abb1..f176ed7 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 = "2.99"; +$VERSION = "3.00"; 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 7e9fafe..ee5b1c0 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 = '2.99'; +$VERSION = '3.00'; sub utilities { my $perl = shift; @@ -854,6 +854,13 @@ my %delta = ( removed => { } }, + 5.019005 => { + delta_from => 5.019004, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d87daef..39bf84f 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 2.99 to 3.00. + +The list of Perl versions covered has been updated. =back