From: Jesse Vincent Date: Thu, 1 Oct 2009 21:07:25 +0000 (+0900) Subject: CoreList date placeholder X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b06cb3dcd9ef12378923a32c78915968e70500ea;p=p5sagit%2Fp5-mst-13.2.git CoreList date placeholder --- diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 628f20f..7879ebb 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -171,7 +171,7 @@ sub find_version { 5.010000 => '2007-12-18', 5.008009 => '2008-12-14', 5.010001 => '2009-08-22', - 5.011000 => '????-??-??', + 5.011000 => '2009-10-??', ); for my $version ( sort { $a <=> $b } keys %released ) {