summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-05-29 15:24:22 +0300
committerSawyer X <xsawyerx@cpan.org>2020-05-30 17:37:16 +0300
commit9fc795646c0370ccbd09866d7cd48c9737e5cc22 (patch)
tree4b45d9c9fa0e79414465b6cd9250c5310a56a881 /dist
parentf33f36d60de822eb45e680479206e764bbd7c79e (diff)
downloadperl-9fc795646c0370ccbd09866d7cd48c9737e5cc22.tar.gz
Update Module::CoreList for 5.32.0
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm36
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
3 files changed, 46 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index aeff28a1d8..d8b6d208fd 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20200620
+ - Updated for v5.32.0
+
5.20200520
- Updated for v5.31.12
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 0c731c729a..e39d54f1a4 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20200520';
+our $VERSION = '5.20200620';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -364,6 +364,7 @@ sub changes_between {
5.031010 => '2020-03-20',
5.031011 => '2020-04-28',
5.031012 => '2020-05-20',
+ 5.032000 => '2020-06-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17472,6 +17473,32 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.031012,
+ changed => {
+ 'B::Deparse' => '1.54',
+ 'B::Op_private' => '5.032000',
+ 'Benchmark' => '1.23',
+ 'Config' => '5.032',
+ 'Encode' => '3.06',
+ 'Encode::Guess' => '2.08',
+ 'File::Glob' => '1.33',
+ 'Module::CoreList' => '5.20200620',
+ 'Module::CoreList::Utils'=> '5.20200620',
+ 'POSIX' => '1.94',
+ 'Storable' => '3.21',
+ 'Thread::Queue' => '3.14',
+ 'Tie::Scalar' => '1.05',
+ '_charnames' => '1.48',
+ 'charnames' => '1.48',
+ 'encoding' => '3.00',
+ 'perlfaq' => '5.20200523',
+ 're' => '0.40',
+ 'threads' => '2.25',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18579,6 +18606,13 @@ sub is_core
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.031012,
+ 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 530f108f7f..54d3d71a86 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20200520';
+our $VERSION = '5.20200620';
our %utilities;
sub utilities {
@@ -1608,6 +1608,13 @@ my %delta = (
removed => {
}
},
+ 5.032000 => {
+ delta_from => 5.031012,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);