summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-05-14 11:36:56 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2020-05-14 11:37:19 +0100
commitf996a9bee86f43b2256e6fbadfa922e7055969d9 (patch)
tree42af1f8be178e10be289bf90ad24d90436705aaa
parenta5e9e9ad3f7399e72f794121e50026addc338c93 (diff)
downloadperl-f996a9bee86f43b2256e6fbadfa922e7055969d9.tar.gz
Shim update of Module::CoreList for v5.31.10
(manually cherry picked from commit 4b9ba9feb3d51bf370480b00365cd57068336ed4)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 24 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 4976d9d07f..3f1d0bdfa1 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -361,6 +361,7 @@ sub changes_between {
5.031008 => '2020-01-20',
5.031009 => '2020-02-20',
5.030002 => '2020-03-14',
+ 5.031010 => '2020-03-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17355,6 +17356,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ changed => {
+ 'B::Op_private' => '5.031010',
+ 'Config' => '5.03101',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18441,6 +18451,13 @@ sub is_core
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ 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 2fa5d37402..7037bd7a9e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1587,6 +1587,13 @@ my %delta = (
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);