summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2018-02-28 20:28:26 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:28:52 +0000
commit42d8b9b582842fca997059cc5a92483e8f9aa077 (patch)
tree7ae040a438d19f59941368397c398df296c71676 /dist
parentbe81d968a242cb45816aefca215be830bf16d6ec (diff)
downloadperl-42d8b9b582842fca997059cc5a92483e8f9aa077.tar.gz
Update Module::CoreList for 5.27.9
(manually cherry picked from commit 3f4fae50f32e50b0765e1c3cdad0177f585083d5)
Diffstat (limited to 'dist')
-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 9fb1073b1e..4e173c6738 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180220
+ - Updated for v5.27.9
+
5.20180120
- Updated for v5.27.8
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 4c977981a7..ee11bda8ff 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -334,6 +334,7 @@ sub changes_between {
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
+ 5.027009 => '2018-02-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15020,6 +15021,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ 'B::Op_private' => '5.027009',
+ 'Config' => '5.027009',
+ 'Module::CoreList' => '5.20180220',
+ 'Module::CoreList::TieHashDelta'=> '5.20180220',
+ 'Module::CoreList::Utils'=> '5.20180220',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15871,6 +15884,13 @@ sub is_core
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index ed33bb2e3f..b339c6271a 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1354,6 +1354,13 @@ my %delta = (
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);