summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2019-03-28 20:51:55 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2019-03-28 20:52:03 +0000
commitd1b00a80051f8837ece0cf7312c5540ccac5e6aa (patch)
treeafe1da0b771b25363c3787f27e7a648d3e97dc33
parent34d35329eda6f51ddfa1274d02a07d992368242d (diff)
downloadperl-d1b00a80051f8837ece0cf7312c5540ccac5e6aa.tar.gz
Update Module::CoreList for 5.29.7
(manually cherry picked from commit 3f4d3763652d6150a798679412558382fdbc2550)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm19
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 29 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 55d8e75781..aaadee0ad1 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20190120
+ - Updated for v5.29.7
+
5.20181218
- Updated for v5.29.6
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7e29c9c7a4..04229bdd28 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -343,6 +343,7 @@ sub changes_between {
5.026003 => '2018-11-29',
5.028001 => '2018-11-29',
5.029006 => '2018-12-18',
+ 5.029007 => '2019-01-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15956,6 +15957,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Storable::Limit' => 1,
}
},
+ 5.029007 => {
+ delta_from => 5.029006,
+ changed => {
+ 'B::Op_private' => '5.029007',
+ 'Config' => '5.029007',
+ 'Module::CoreList' => '5.20190120',
+ 'Module::CoreList::Utils'=> '5.20190120',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16916,6 +16928,13 @@ sub is_core
removed => {
}
},
+ 5.029007 => {
+ delta_from => 5.029006,
+ 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 0b34785554..2b03fd8199 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1459,6 +1459,13 @@ my %delta = (
removed => {
}
},
+ 5.029007 => {
+ delta_from => 5.029006,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);