summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-06-29 13:54:08 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-06-29 13:56:22 +0100
commit796380d95af5ae4dc7b267d4a99faa2a041780cc (patch)
tree85daf22969ca908cefcaf9d6a2450bf915493837
parent505919a6b04ce376b81abfd073a49de42d077246 (diff)
downloadperl-796380d95af5ae4dc7b267d4a99faa2a041780cc.tar.gz
Update Module::CoreList
(manually cherry picked from commit 753bd946506d34bc9c6a8f96fcb33ed0b59cf597)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 26 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b74ab74fbe..a6391924e3 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -308,7 +308,8 @@ sub changes_between {
5.025010 => '2017-02-20',
5.025011 => '2017-03-20',
5.025012 => '2017-04-20',
- 5.026000 => '????-??-??',
+ 5.026000 => '2017-05-30',
+ 5.027000 => '2017-05-31',
5.022004 => '????-??-??',
);
@@ -14097,6 +14098,16 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ changed => {
+ 'B::Op_private' => '5.027000',
+ 'Config' => '5.027',
+ 'feature' => '1.48',
+ },
+ removed => {
+ }
+ },
5.022004 => {
delta_from => 5.022003,
changed => {
@@ -14874,6 +14885,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.022004 => {
delta_from => 5.022003,
changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index a33c453df0..e6eb75d058 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1264,6 +1264,13 @@ my %delta = (
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.022004 => {
delta_from => 5.022003,
changed => {