summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-28 21:24:24 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-28 21:24:24 +0000
commitcea34addd6b66d967f9c768a96b2d845f21fbf00 (patch)
tree35f7060de6c54a5cba1be83aa47dfa005a9dbd3a
parent27728fd98f287fcbb8e30036311d69a0f3080a5c (diff)
downloadperl-cea34addd6b66d967f9c768a96b2d845f21fbf00.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 eddda7a526..a254a1c97c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -339,7 +339,7 @@ sub changes_between {
5.029002 => '2018-08-20',
5.029003 => '2018-09-20',
5.029004 => '2018-10-20',
- 5.028001 => '2018-11-22',
+ 5.028001 => '2018-11-29',
);
for my $version ( sort { $a <=> $b } keys %released ) {