summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2020-02-27 08:21:55 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-27 08:22:15 +0000
commiteaebf6a3158f486a9a60e541fa1afb0274f0e25b (patch)
tree6ba5558df31496db5c9d64b2a6d7956946184218
parent66ffb885062b1fa494c1e2bf40fe2f43e621970d (diff)
downloadperl-eaebf6a3158f486a9a60e541fa1afb0274f0e25b.tar.gz
Update Module::CoreList for 5.31.9
(manually cherry picked from commit a5183bd1be43b0ca96d6a777290b066c8171b885)
-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 6c83e150f2..b99c349ec1 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,6 +1,9 @@
5.20200307
- Updated for v5.30.2
+5.20200220
+ - Updated for v5.31.9
+
5.20200120
- Updated for v5.31.8
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 15c611c9ee..acbe9fad11 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -359,6 +359,7 @@ sub changes_between {
5.031006 => '2019-11-20',
5.031007 => '2019-12-20',
5.031008 => '2020-01-20',
+ 5.031009 => '2020-02-20',
5.030002 => '2020-03-07',
);
@@ -17295,6 +17296,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.031009 => {
+ delta_from => 5.031008,
+ changed => {
+ 'B::Op_private' => '5.031009',
+ 'Config' => '5.031009',
+ 'Module::CoreList' => '5.20200220',
+ 'Module::CoreList::Utils'=> '5.20200220',
+ },
+ removed => {
+ }
+ },
5.030002 => {
delta_from => 5.030001,
changed => {
@@ -18379,6 +18391,13 @@ sub is_core
removed => {
}
},
+ 5.031009 => {
+ delta_from => 5.031008,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.030002 => {
delta_from => 5.030001,
changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index e39b82ae82..e02b1dd2de 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1573,6 +1573,13 @@ my %delta = (
removed => {
}
},
+ 5.031009 => {
+ delta_from => 5.031008,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.030002 => {
delta_from => 5.030001,
changed => {