summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-11-02 22:18:54 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:31:37 +0000
commit4fd014cf2f32fe657dffc44700a510cdbcf626be (patch)
tree0c693fcdba6cee3c6d280cf2700f8fb07378e8a8
parentfef6fd7550ec131bb6ef20ba7d6046abf37f74da (diff)
downloadperl-4fd014cf2f32fe657dffc44700a510cdbcf626be.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 902105a197..cad39448b8 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 2c6905e171..cc2e155302 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -337,6 +337,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 ) {
@@ -15717,6 +15718,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
@@ -16634,6 +16646,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 a2b352c5cd..4fc7b851fb 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);