From 6c2a7b422b35d0bd51378ab13f73137340ac6d5b Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 7 Jan 2014 10:26:40 +0000 Subject: [PATCH] Integrate Module-CoreList 3.03 changes for v5.18.2 --- Porting/Maintainers.pl | 2 +- dist/Module-CoreList/Changes | 6 +++--- dist/Module-CoreList/lib/Module/CoreList.pm | 20 ++++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index e3a459e..49419f0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -804,7 +804,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.02.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.03.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 680d2af..b17181f 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,10 +1,10 @@ 3.04 - Prepared for v5.19.8 -3.03 - - Reserved for v5.18.2 +3.03 Mon Jan 6 2014 + - Updated for v5.18.2 -3.02 +3.02 Fri Dec 20 2013 - Prepared for v5.19.7 - Added CGI et al deprecation status - Finalised for v5.19.7 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 99f458c..5603968 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -242,6 +242,7 @@ sub changes_between { 5.019005 => '2013-10-20', 5.019006 => '2013-11-20', 5.019007 => '2013-12-20', + 5.018002 => '2014-01-06', 5.019008 => '????-??-??', ); @@ -8047,6 +8048,18 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'VMS::Filespec' => 1, } }, + 5.018002 => { + delta_from => 5.018001, + changed => { + 'B' => '1.42_02', + 'B::Concise' => '0.95_01', + 'Config' => '5.018002', + 'File::Glob' => '1.20_01', + 'Module::CoreList' => '3.03', + 'Module::CoreList::TieHashDelta'=> '3.03', + 'Module::CoreList::Utils'=> '3.03', + }, + }, 5.019000 => { delta_from => 5.018000, changed => { @@ -9477,6 +9490,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.018002 => { + delta_from => 5.018001, + changed => { + }, + removed => { + } + }, 5.019 => { delta_from => 5.018, diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 08e8e59..2b041c0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -815,6 +815,13 @@ my %delta = ( removed => { } }, + 5.018002 => { + delta_from => 5.018001, + changed => { + }, + removed => { + } + }, 5.019000 => { delta_from => 5.018000, changed => { -- 2.7.4