From: Chris 'BinGOs' Williams Date: Mon, 3 Feb 2014 23:11:20 +0000 (+0000) Subject: Module-CoreList prepared for v5.19.9 X-Git-Tag: upstream/5.20.0~512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a27b5f526fbceff0f6c58160999a5830b3385915;p=platform%2Fupstream%2Fperl.git Module-CoreList prepared for v5.19.9 --- diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index b17181f..4454ac4 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +3.05 + - Prepared for v5.19.9 + 3.04 - Prepared for v5.19.8 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index f10d837..2b0993c 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 %delta/; use Module::CoreList::TieHashDelta; -$VERSION = '3.04'; +$VERSION = '3.05'; my $dumpinc = 0; sub import { @@ -244,6 +244,7 @@ sub changes_between { 5.019007 => '2013-12-20', 5.018002 => '2014-01-06', 5.019008 => '2014-01-20', + 5.019009 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -9380,6 +9381,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.019009 => { + delta_from => 5.019008, + changed => { + 'Config' => '5.019009', + 'Module::CoreList' => '3.05', + 'Module::CoreList::TieHashDelta'=> '3.05', + 'Module::CoreList::Utils'=> '3.05', + }, + removed => { + } + }, ); sub is_core @@ -9753,6 +9765,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.019009 => { + delta_from => 5.019008, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { @@ -10167,6 +10186,9 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'inc::latest' => 'cpan', 'parent' => 'cpan', 'perlfaq' => 'cpan', + 'version' => 'cpan', + 'version::regex' => 'cpan', + 'version::vpp' => 'cpan', ); %bug_tracker = ( @@ -10571,6 +10593,9 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'inc::latest' => undef, 'parent' => undef, 'perlfaq' => 'https://github.com/perl-doc-cats/perlfaq/issues', + 'version' => undef, + 'version::regex' => undef, + 'version::vpp' => undef, ); # Create aliases with trailing zeros for $] use diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod index a5c781b..17b5f84 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -228,7 +228,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, 5.19.4, 5.19.5, 5.19.6, 5.19.7 and 5.19.8 releases of perl. +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 and 5.19.9 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 0e45337..3c2650b 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.04"; +$VERSION = "3.05"; 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 2b041c0..94a4975 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.04'; +$VERSION = '3.05'; sub utilities { my $perl = shift; @@ -889,6 +889,13 @@ my %delta = ( removed => { } }, + 5.019009 => { + delta_from => 5.019008, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) {