summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 27 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index a5d3135363..39124e3a91 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20200720
+ - Updated for v5.33.0
+
5.20200620
- Updated for v5.32.0
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);