summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-11-02 22:18:38 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:31:08 +0000
commit96f9eb93232624167cf691f97ed7382993c4650d (patch)
tree7170790924e0cbd1d4934de9c1ce261db77d8a9a
parentae5a3d99eea4b60faf6865f991209992e307cf08 (diff)
downloadperl-96f9eb93232624167cf691f97ed7382993c4650d.tar.gz
Update Module::CoreList for 5.29.3
(manually cherry picked from commit f01f0ce3c37d958d4bae7fb9feee70953c953465)
-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 3233a43cfe..dab04f7651 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180920
+ - Updated for v5.29.3
+
5.20180820
- Updated for v5.29.2
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c84a29e79b..d0b2301ea9 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.029000 => '2018-06-26',
5.029001 => '2018-07-20',
5.029002 => '2018-08-20',
+ 5.029003 => '2018-09-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15723,6 +15724,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ changed => {
+ 'B::Op_private' => '5.029003',
+ 'Config' => '5.029003',
+ 'Module::CoreList' => '5.20180920',
+ 'Module::CoreList::Utils'=> '5.20180920',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16637,6 +16649,13 @@ sub is_core
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ 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 c640637483..d28158757e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1417,6 +1417,13 @@ my %delta = (
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);