summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-11-02 22:35:58 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:36:30 +0000
commit24bc1ed3375c9aa5c3643adb5ecdfc7205afe5b1 (patch)
treec642717086a43292d1cf68fac3541cbc4ad96f91
parentdbe17805b02bb3b8db1fe3bbd8d0efdea3c5fabc (diff)
downloadperl-24bc1ed3375c9aa5c3643adb5ecdfc7205afe5b1.tar.gz
Update Module-CoreList for v5.29.4 (shim)
(manually cherry picked from commit b54925914961783f45e7ecdebb8a6b82e8c32bf8)
-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 dab04f7651..5ebab71e37 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20181020
+ - Updated for v5.29.4
+
5.20180920
- Updated for v5.29.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c396f63900..16637af908 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -344,6 +344,7 @@ sub changes_between {
5.029001 => '2018-07-20',
5.029002 => '2018-08-20',
5.029003 => '2018-09-20',
+ 5.029004 => '2018-10-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15782,6 +15783,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Locale::Script' => 1,
}
},
+ 5.029004 => {
+ delta_from => 5.029003,
+ changed => {
+ 'B::Op_private' => '5.029004',
+ 'Config' => '5.029004',
+ 'Module::CoreList' => '5.20181020',
+ 'Module::CoreList::Utils'=> '5.20181020',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16703,6 +16715,13 @@ sub is_core
removed => {
}
},
+ 5.029004 => {
+ delta_from => 5.029003,
+ 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 d28158757e..ca36a57e98 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1424,6 +1424,13 @@ my %delta = (
removed => {
}
},
+ 5.029004 => {
+ delta_from => 5.029003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);