summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-05 12:10:32 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 00:18:26 +0100
commit189f63aa43f2203f5a501d714a0d60a59cbf7348 (patch)
tree5ee652a9348f71cf89b3b717b90a695b506551eb
parent56603003ae03ee60045c5eab5424a29442c3a983 (diff)
downloadperl-189f63aa43f2203f5a501d714a0d60a59cbf7348.tar.gz
CoreList: fix release date on v5.24.0
(cherry picked from commit 4f8325bacaec9fddb2bc901248c77835e53720ed)
-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 80e122eabe..0d218607c3 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 ) {