From 4224d62f75e571007d6f8144db843a7ccae64974 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 26 May 2014 09:19:45 -0400 Subject: [PATCH] update v5.20.0 release date in Module::CoreList --- dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index b53be1a..8a6c565 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.020000 => '2014-05-20', + 5.020000 => '2014-05-27', ); for my $version ( sort { $a <=> $b } keys %released ) { -- 2.7.4