summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-12-18 11:55:21 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-18 11:55:34 +0000
commitf7638f904246ffafbdfab44629ab5325b2f32a54 (patch)
treec3c4761b77943b2430a2efe50ab3553baa10d5e2 /dist/Module-CoreList/lib
parent0cf01644e9e0460386db76c3546d69b15e0806df (diff)
downloadperl-f7638f904246ffafbdfab44629ab5325b2f32a54.tar.gz
Bump to 5.33.0
(manually cherry picked from commit f69f4f3b692191ce147efb8938365cd41642adcd)
Diffstat (limited to 'dist/Module-CoreList/lib')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 24 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index deceaa060f..cc749fd106 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -366,6 +366,7 @@ sub changes_between {
5.028003 => '2020-06-01',
5.030003 => '2020-06-01',
5.032000 => '2020-06-20',
+ 5.033000 => '2020-07-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17515,6 +17516,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.033000 => {
+ delta_from => 5.032000,
+ changed => {
+ 'B::Op_private' => '5.033000',
+ 'Config' => '5.033',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18636,6 +18646,13 @@ sub is_core
removed => {
}
},
+ 5.033000 => {
+ delta_from => 5.032,
+ 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 4de1cfef40..8ed651d733 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1622,6 +1622,13 @@ my %delta = (
removed => {
}
},
+ 5.033000 => {
+ delta_from => 5.032,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);