From 7ac2e2636ceeb58867009d1dd2003f68067a8f4b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 28 Nov 2018 21:24:12 +0000 Subject: Fix Module::CoreList's %released date --- 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 13c3adee8a..5a12c20e0e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -345,7 +345,7 @@ sub changes_between { 5.029002 => '2018-08-20', 5.029003 => '2018-09-20', 5.029004 => '2018-10-20', - 5.026003 => '2018-11-22', + 5.026003 => '2018-11-29', ); for my $version ( sort { $a <=> $b } keys %released ) { -- cgit v1.2.1