summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2020-12-18 12:20:48 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-18 12:20:51 +0000
commitee25da21ed618a903245539027e457e875811880 (patch)
tree483ee2befe51ab65133b5991ef4f848765e05b2c
parentdaea1157ea8c577bea42a3badba97cf2b2772e0f (diff)
downloadperl-ee25da21ed618a903245539027e457e875811880.tar.gz
Prepare Module::CoreList for 5.33.5
(manually cherry picked from commit 296a08c4087b4555a7fab42f30250baa1bdee0ca)
-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 bca8d50630..768e99e7a4 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20201220
+ - Updated for v5.33.5
+
5.20201120
- Updated for v5.33.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 2c3f936c6f..df94940300 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -371,6 +371,7 @@ sub changes_between {
5.033002 => '2020-09-20',
5.033003 => '2020-10-20',
5.033004 => '2020-11-20',
+ 5.033005 => '2020-12-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18086,6 +18087,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.033005 => {
+ delta_from => 5.033004,
+ changed => {
+ 'B::Op_private' => '5.033005',
+ 'Config' => '5.033005',
+ 'Module::CoreList' => '5.20201220',
+ 'Module::CoreList::Utils'=> '5.20201220',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -19242,6 +19254,13 @@ sub is_core
removed => {
}
},
+ 5.033005 => {
+ delta_from => 5.033004,
+ 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 266e7bc65c..052c16f2e7 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1657,6 +1657,13 @@ my %delta = (
removed => {
}
},
+ 5.033005 => {
+ delta_from => 5.033004,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);