From b776cec1883eef3d02b83a6efba6c604b30478af Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Thu, 20 Mar 2014 22:57:16 +0000 Subject: [PATCH] Prepare Module::CoreList for next release --- 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 ++++++++- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a2ef61b..0952594 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.09'; +$VERSION = '3.10'; my $dumpinc = 0; sub import { @@ -247,6 +247,7 @@ sub changes_between { 5.019008 => '2014-01-20', 5.019009 => '2014-02-20', 5.01901 => '2014-03-20', + 5.019011 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -9710,6 +9711,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.019011 => { + delta_from => 5.019010, + changed => { + 'Config' => '5.019011', + 'Module::CoreList' => '3.10', + 'Module::CoreList::TieHashDelta'=> '3.10', + 'Module::CoreList::Utils'=> '3.10', + }, + removed => { + }, + }, ); sub is_core @@ -10097,6 +10109,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.019011 => { + delta_from => 5.019010, + 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 2c72d80..d7cab5f 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 and 5.19.10 releases of perl. +5.19.9, 5.19.10 and 5.19.11 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 d30401c..588977e 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.09"; +$VERSION = "3.10"; 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 e8adfc1..f6fc975 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.09'; +$VERSION = '3.10'; sub utilities { my $perl = shift; @@ -903,6 +903,13 @@ my %delta = ( removed => { } }, + 5.019011 => { + delta_from => 5.019010, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { -- 1.8.3.1