summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:09:47 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:09:47 +0000
commit1b6b3f5e36219f9e3992bd0fda1fb78c257c8e7c (patch)
tree955e17ee1bf153cc5ac9792f9fd60a7f99173519
parent04cc5892bd5be24c14ceb87551864c77ea576f98 (diff)
downloadperl-1b6b3f5e36219f9e3992bd0fda1fb78c257c8e7c.tar.gz
Prepare Module::CoreList for 5.27.6
(manually cherry picked from commit 78425520cae902929c02d73f35289c87c3e33e4c)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 30 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index ffa07154c6..5da6b4a35b 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20171120
+ - Updated for v5.27.6
+
5.20171020
- Updated for v5.27.5
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index d7e3bb0307..2190dd12fe 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -319,6 +319,7 @@ sub changes_between {
5.024003 => '2017-09-22',
5.026001 => '2017-09-22',
5.027005 => '2017-10-20',
+ 5.027006 => '2017-11-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14587,6 +14588,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Test2::Event::Info' => 1,
}
},
+ 5.027006 => {
+ delta_from => 5.027005,
+ changed => {
+ 'B::Op_private' => '5.027006',
+ 'Config' => '5.027006',
+ 'Module::CoreList' => '5.20171120',
+ 'Module::CoreList::TieHashDelta'=> '5.20171120',
+ 'Module::CoreList::Utils'=> '5.20171120',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15423,6 +15436,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027006 => {
+ delta_from => 5.027005,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 1480945cf3..06b7c074ad 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1334,6 +1334,13 @@ my %delta = (
removed => {
}
},
+ 5.027006 => {
+ delta_from => 5.027005,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {