summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-01-14 18:02:23 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-01-14 18:02:23 +0000
commite7c352c123f52977917a31a905b4b5c657b8679b (patch)
tree06966ff5c0559ccaff1bebcebfe95c0c0ec8cc5f
parent6388942827925ca053099644443e2cee6e9d7a33 (diff)
downloadperl-e7c352c123f52977917a31a905b4b5c657b8679b.tar.gz
Fill in release date in Module::CoreList
-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 9e91ed0d8e..a38e9f5df1 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -302,7 +302,7 @@ sub changes_between {
5.025006 => '2016-10-20',
5.025007 => '2016-11-20',
5.025008 => '2016-12-20',
- 5.022003 => '????-??-??',
+ 5.022003 => '2017-01-14',
);
for my $version ( sort { $a <=> $b } keys %released ) {