summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2019-06-21 10:48:33 -0700
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-14 13:02:36 +0100
commit99f73d5227fa8b266f99f2aa0aeaa9fda3147ef2 (patch)
tree84460257878e3417e9fd6d2fe73b79391b8b2c06 /dist
parent17709568d38275cf2666e0b3f6091ee487f08a52 (diff)
downloadperl-99f73d5227fa8b266f99f2aa0aeaa9fda3147ef2.tar.gz
fix dist/Module-CoreList/t/maintainer.t by filling in real release date
(cherry picked from commit 1f51249e1fcbfdb429b29a9af9165da7f187cd51)
Diffstat (limited to 'dist')
-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 eac1cb4bdc..a4e9019e3e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -351,7 +351,7 @@ sub changes_between {
5.030000 => '2019-05-22',
5.031000 => '2019-05-24',
5.031001 => '2019-06-20',
- 5.031002 => '????-??-??',
+ 5.031002 => '2019-07-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {