summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-03 01:13:39 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-03 01:13:39 +0000
commite4562b40a281ae891063b247d8764fc0ee5fbf36 (patch)
tree622cfbbcfffed4ddf458ac8eb4dea33b9fbba8a7
parent0532b958408a3781ec33dfd1a02e704ab22eda08 (diff)
downloadperl-e4562b40a281ae891063b247d8764fc0ee5fbf36.tar.gz
Set the tentative release date for consistency with maint-5.28 (q.v.)
-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 29e4672629..3f9ec3769e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -345,7 +345,7 @@ sub changes_between {
5.029002 => '2018-08-20',
5.029003 => '2018-09-20',
5.029004 => '2018-10-20',
- 5.026003 => '????-??-??',
+ 5.026003 => '2018-11-22',
);
for my $version ( sort { $a <=> $b } keys %released ) {