summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-19 08:09:49 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-19 14:13:19 +0100
commit90d87f4a01ed17f6c8a222f053c6205ddd5242e6 (patch)
tree2695b6e9c58d6836c8acb200ca73c6d52a136740
parent61878a5d2bc26553683ff019ae8570210b0f23df (diff)
downloadperl-90d87f4a01ed17f6c8a222f053c6205ddd5242e6.tar.gz
fill in tentative release date for v5.22.0
(cherry picked from commit 5b0ac1aab5af3d6c45330ecef0f6c63bd0f43c44)
-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 0be217d6dd..c6d83137af 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -275,7 +275,7 @@ sub changes_between {
5.021009 => '2015-02-21',
5.021010 => '2015-03-20',
5.021011 => '2015-04-20',
- 5.022000 => '????-??-??',
+ 5.022000 => '2015-06-01',
);
for my $version ( sort { $a <=> $b } keys %released ) {