summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-11-02 21:50:31 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 21:50:37 +0000
commite02637cb77f3a4233e580659fd07a248242dc8ad (patch)
tree005b568ec6af374246b27f836aaf78d5fa8b3f1a
parent8e58af3cf0ffd19d2cc30efbb21bb33ce8c677ca (diff)
downloadperl-e02637cb77f3a4233e580659fd07a248242dc8ad.tar.gz
Bump Module::CoreList
(manually cherry picked from commit af74726531295032a9128fa14940e574b8ecbc67)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 11089022d2..99f1227efa 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180606
+5.20180618
- Updated for v5.28.0
5.20180420
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 8e1f7a2c76..ca0df496d2 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.024004 => '2018-04-14',
5.026002 => '2018-04-14',
5.027011 => '2018-04-20',
- 5.028000 => '2018-06-06',
+ 5.028000 => '2018-06-18',
);
for my $version ( sort { $a <=> $b } keys %released ) {