summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-01-22 09:57:42 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-22 09:57:59 +0000
commitd088479350bd2456ba0437054140c2255665a594 (patch)
tree2d6a910fbd0097f133ad3c575c6c8f42cc087f3a
parenta2b5d470311632f3690af340785e7cb8b32ce4c1 (diff)
downloadperl-d088479350bd2456ba0437054140c2255665a594.tar.gz
Prepare Module::CoreList for 5.33.6
(manually cherry picked from commit 1e6ddea0fe7a351ec1130ce2f72d08cd861c92b0)
-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 79c2d348c7..7e78c75a11 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,6 +1,9 @@
5.20210123
- Updated for v5.32.1
+5.20210120
+ - Updated for v5.33.6
+
5.20201220
- Updated for v5.33.5
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e96f6fe03e..c796424ef6 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -372,6 +372,7 @@ sub changes_between {
5.033003 => '2020-10-20',
5.033004 => '2020-11-20',
5.033005 => '2020-12-20',
+ 5.033006 => '2021-01-20',
5.032001 => '2021-01-23',
);
@@ -18196,6 +18197,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.033006 => {
+ delta_from => 5.033005,
+ changed => {
+ 'B::Op_private' => '5.033006',
+ 'Config' => '5.033006',
+ 'Module::CoreList' => '5.20210120',
+ 'Module::CoreList::Utils'=> '5.20210120',
+ },
+ removed => {
+ }
+ }
5.032001 => {
delta_from => 5.032000,
changed => {
@@ -19376,6 +19388,13 @@ sub is_core
removed => {
}
},
+ 5.033006 => {
+ delta_from => 5.033005,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.032001 => {
delta_from => 5.032,
changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index d62305f4b1..cd8929babf 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1664,6 +1664,13 @@ my %delta = (
removed => {
}
},
+ 5.033006 => {
+ delta_from => 5.033005,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.032001 => {
delta_from => 5.032000,
changed => {