summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-04-13 21:46:28 -0400
committerRicardo Signes <rjbs@cpan.org>2016-04-13 21:46:28 -0400
commitfc62d23183554fababc84180bc99273ae5a6d7cf (patch)
treef1825bd2df4bde725c8d86da175eef72f2d434d8
parent000aab206ed911bf00a5ce23de4e642f401b9871 (diff)
downloadperl-fc62d23183554fababc84180bc99273ae5a6d7cf.tar.gz
corelist: set a (tentative) release date for 5.24.0
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 8b8fc9ef4a..29257d9b9c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -291,7 +291,7 @@ sub changes_between {
5.023007 => '2016-01-20',
5.023008 => '2016-02-20',
5.023009 => '2016-03-20',
- 5.024000 => '????-??-??',
+ 5.024000 => '2016-06-01',
);
for my $version ( sort { $a <=> $b } keys %released ) {