summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-01-14 18:02:55 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-01-14 18:02:55 +0000
commitfa886814c0915d89418d7e64c321ec204b57fa69 (patch)
tree29f849c482b7b1a37aefe0eeca0c5fe5d4f337ac
parenta2793520e837ef08bce678d70ee125dc429ab76e (diff)
downloadperl-fa886814c0915d89418d7e64c321ec204b57fa69.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 71702efe76..6cbf8d054b 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.024001 => '????-??-??',
+ 5.024001 => '2017-01-14',
);
for my $version ( sort { $a <=> $b } keys %released ) {