summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-05-14 11:48:57 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2020-05-14 11:49:14 +0100
commit1e2431f125165d854486dc3a9e5844b0c6482375 (patch)
tree6aa280d77191add7c02a9398abfee732eb7a9ea5
parent38f44c26bb2167e272bf4b4ecfa3bf8b5af79312 (diff)
downloadperl-1e2431f125165d854486dc3a9e5844b0c6482375.tar.gz
Update Module::CoreList for 5.32.0
(manually cherry picked from commit 422738c6f52f0741dc5c6fb973f4f46b9c2919b2)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm35
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 45 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 6e7fea2429..0e41e507dc 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20200420
+ - Updated for v5.32.0
+
5.20200320
- Updated for v5.31.10
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 3f1d0bdfa1..d662fecc3b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -362,6 +362,7 @@ sub changes_between {
5.031009 => '2020-02-20',
5.030002 => '2020-03-14',
5.031010 => '2020-03-20',
+ 5.032000 => '2020-04-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17365,6 +17366,33 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.03101,
+ changed => {
+ 'B::Deparse' => '1.53',
+ 'B::Op_private' => '5.032000',
+ 'Config' => '5.032',
+ 'DynaLoader' => '1.47',
+ 'Encode' => '3.04',
+ 'IPC::Open2' => '1.05',
+ 'IPC::Open3' => '1.21',
+ 'Module::CoreList' => '5.20200420',
+ 'Module::CoreList::Utils'=> '5.20200420',
+ 'Opcode' => '1.46',
+ 'POSIX' => '1.93',
+ 'PerlIO' => '1.11',
+ 'Storable' => '3.20',
+ 'Time::Piece' => '1.34',
+ 'Time::Seconds' => '1.34',
+ 'Unicode::UCD' => '0.75',
+ 'XS::APItest' => '1.08',
+ '_charnames' => '1.47',
+ 'charnames' => '1.47',
+ 're' => '0.39',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18458,6 +18486,13 @@ sub is_core
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.031010,
+ 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 7037bd7a9e..97b303e717 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1594,6 +1594,13 @@ my %delta = (
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.031010,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);