summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-28 21:24:12 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-28 21:24:12 +0000
commit7ac2e2636ceeb58867009d1dd2003f68067a8f4b (patch)
tree224572846496d2df9740559327636f0bdc7d09af
parenta2c1ffa15f961c366d9a2df6eb9a50b7974a9bbb (diff)
downloadperl-7ac2e2636ceeb58867009d1dd2003f68067a8f4b.tar.gz
Fix Module::CoreList's %released date
-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 13c3adee8a..5a12c20e0e 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 => '2018-11-22',
+ 5.026003 => '2018-11-29',
);
for my $version ( sort { $a <=> $b } keys %released ) {