summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-12-18 12:01:07 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-18 12:01:12 +0000
commitec11caddcdcf03516f967b03b6b88c48302e5cb0 (patch)
tree04bbe82ffa52f70ae09760891fa12437f9026443
parentd40040abea71c70504b0ad6a5c0df4c780d487a6 (diff)
downloadperl-ec11caddcdcf03516f967b03b6b88c48302e5cb0.tar.gz
Bump the perl version in various places for 5.33.1
(manually cherry picked from commit a9a7a872e8c9122ceab007873d7f401e2fc36546)
-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 3de34d5ea0..b7e548ab10 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20200820
+ - Updated for v5.33.1
+
5.20200717
- Updated for v5.33.0
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e301526819..bf76567e7c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -367,6 +367,7 @@ sub changes_between {
5.030003 => '2020-06-01',
5.032000 => '2020-06-20',
5.033000 => '2020-07-17',
+ 5.033001 => '2020-08-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17528,6 +17529,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.033001 => {
+ delta_from => 5.033000,
+ changed => {
+ 'B::Op_private' => '5.033001',
+ 'Config' => '5.033001',
+ 'Module::CoreList' => '5.20200820',
+ 'Module::CoreList::Utils'=> '5.20200820',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18656,6 +18668,13 @@ sub is_core
removed => {
}
},
+ 5.033001 => {
+ delta_from => 5.033,
+ 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 8ed651d733..e07a72a4c9 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1629,6 +1629,13 @@ my %delta = (
removed => {
}
},
+ 5.033001 => {
+ delta_from => 5.033000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);