summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-05 12:10:32 -0400
committerRicardo Signes <rjbs@cpan.org>2016-05-05 12:10:32 -0400
commit4f8325bacaec9fddb2bc901248c77835e53720ed (patch)
tree36ece7a844e2fc68e37417499eada533c3302e60
parent9e10bfd47e9af3cbd693566306df4483a6560f2a (diff)
downloadperl-4f8325bacaec9fddb2bc901248c77835e53720ed.tar.gz
CoreList: fix release date on v5.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 e5068f1a37..1fcae7bf2c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -292,7 +292,7 @@ sub changes_between {
5.023008 => '2016-02-20',
5.023009 => '2016-03-20',
5.022002 => '2016-04-29',
- 5.024000 => '2016-06-09',
+ 5.024000 => '2016-05-09',
);
for my $version ( sort { $a <=> $b } keys %released ) {