From 1b6c17c20260c9891212c2302da31e00695d59b8 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 12 May 2014 21:19:32 -0400 Subject: [PATCH] replace 5.19.12 (never happening) with 5.20.0 in corelist --- dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 446e08c..574fbbf 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -248,7 +248,7 @@ sub changes_between { 5.019009 => '2014-02-20', 5.01901 => '2014-03-20', 5.019011 => '2014-04-20', - 5.019012 => '????-??-??', + 5.020000 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -9766,10 +9766,10 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { - 'Config' => '5.019012', + 'Config' => '5.020000', 'Module::CoreList' => '3.11', 'Module::CoreList::TieHashDelta'=> '3.11', 'Module::CoreList::Utils'=> '3.11', @@ -10171,7 +10171,7 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { }, diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index de7d6ee..4010e32 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -910,7 +910,7 @@ my %delta = ( removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { }, -- 2.7.4