summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:13:18 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:13:18 +0000
commit11079780fdc453e8c1239d40fe6ce3689f18fa99 (patch)
tree8112a0127f18d161e3029192144f1654aa3bbe00
parent29b775e5ed49319b475969c0c2d6e4bb2bc1fd05 (diff)
downloadperl-11079780fdc453e8c1239d40fe6ce3689f18fa99.tar.gz
Update Module-CoreList for 5.29.2
(manually cherry picked from commit c0036c4eb4efc3893b22244ab382efb5d64c77c8)
-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 a6d86050e9..3233a43cfe 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180820
+ - Updated for v5.29.2
+
5.20180720
- Updated for v5.29.1
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index fe1843eb79..5e68f3d199 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -342,6 +342,7 @@ sub changes_between {
5.028000 => '2018-06-22',
5.029000 => '2018-06-26',
5.029001 => '2018-07-20',
+ 5.029002 => '2018-08-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15635,6 +15636,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.029002 => {
+ delta_from => 5.029001,
+ changed => {
+ 'B::Op_private' => '5.029002',
+ 'Config' => '5.029002',
+ 'Module::CoreList' => '5.20180820',
+ 'Module::CoreList::Utils'=> '5.20180820',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16542,6 +16554,13 @@ sub is_core
removed => {
}
},
+ 5.029002 => {
+ delta_from => 5.029001,
+ 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 688131dd29..c640637483 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1410,6 +1410,13 @@ my %delta = (
removed => {
}
},
+ 5.029002 => {
+ delta_from => 5.029001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);