summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2021-09-20 14:39:07 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2021-09-20 14:39:07 -0400
commit83cc6e1235f156296deac791a019e2000e7b428e (patch)
tree91964371b75a07d1a4202707114fe6113702696d
parentecbeaca595219465ec3331aa90503bb0e88124ef (diff)
downloadperl-83cc6e1235f156296deac791a019e2000e7b428e.tar.gz
Update Module::CoreList for 5.35.4
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm61
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 64 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 0643600f7b..2dfd33fa6c 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20210920
+ - Updated for v5.35.4
+
5.20210820
- Updated for v5.35.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f716ce913a..a042adf110 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.20210820';
+our $VERSION = '5.20210920';
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__) } }
@@ -18795,7 +18795,66 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.035004 => {
delta_from => 5.035003,
changed => {
+ 'B' => '1.83',
+ 'B::Deparse' => '1.58',
+ 'B::Op_private' => '5.035004',
'Config' => '5.035004',
+ 'Devel::Peek' => '1.32',
+ 'Exporter' => '5.77',
+ 'Exporter::Heavy' => '5.77',
+ 'ExtUtils::ParseXS' => '3.44',
+ 'ExtUtils::ParseXS::Constants'=> '3.44',
+ 'ExtUtils::ParseXS::CountLines'=> '3.44',
+ 'ExtUtils::ParseXS::Eval'=> '3.44',
+ 'ExtUtils::ParseXS::Utilities'=> '3.44',
+ 'ExtUtils::Typemaps' => '3.44',
+ 'ExtUtils::Typemaps::Cmd'=> '3.44',
+ 'ExtUtils::Typemaps::InputMap'=> '3.44',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.44',
+ 'ExtUtils::Typemaps::Type'=> '3.44',
+ 'Hash::Util::FieldHash' => '1.23',
+ 'IO' => '1.48',
+ 'IO::Dir' => '1.48',
+ 'IO::File' => '1.48',
+ 'IO::Handle' => '1.48',
+ 'IO::Pipe' => '1.48',
+ 'IO::Poll' => '1.48',
+ 'IO::Seekable' => '1.48',
+ 'IO::Select' => '1.48',
+ 'IO::Socket' => '1.48',
+ 'IO::Socket::INET' => '1.48',
+ 'IO::Socket::UNIX' => '1.48',
+ 'List::Util' => '1.56_001',
+ 'List::Util::XS' => '1.56_001',
+ 'Module::CoreList' => '5.20210920',
+ 'Module::CoreList::Utils'=> '5.20210920',
+ 'Opcode' => '1.54',
+ 'Pod::Html' => '1.33',
+ 'Pod::Html::Util' => '1.33',
+ 'Scalar::Util' => '1.56_001',
+ 'Storable' => '3.25',
+ 'Sub::Util' => '1.56_001',
+ 'Text::Tabs' => '2021.0814',
+ 'Text::Wrap' => '2021.0814',
+ 'UNIVERSAL' => '1.14',
+ 'Unicode' => '14.0.0',
+ 'Unicode::Collate' => '1.31',
+ 'Unicode::Collate::CJK::Big5'=> '1.31',
+ 'Unicode::Collate::CJK::GB2312'=> '1.31',
+ 'Unicode::Collate::CJK::JISX0208'=> '1.31',
+ 'Unicode::Collate::CJK::Korean'=> '1.31',
+ 'Unicode::Collate::CJK::Pinyin'=> '1.31',
+ 'Unicode::Collate::CJK::Stroke'=> '1.31',
+ 'Unicode::Collate::CJK::Zhuyin'=> '1.31',
+ 'Unicode::Collate::Locale'=> '1.31',
+ 'Unicode::UCD' => '0.78',
+ 'XS::APItest' => '1.19',
+ 'XS::Typemap' => '0.19',
+ 'attributes' => '0.34',
+ 'feature' => '1.68',
+ 'mro' => '1.26',
+ 'threads::shared' => '1.64',
+ 'warnings' => '1.54',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index ef4425a858..7ec32c9cf2 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.20210820';
+our $VERSION = '5.20210920';
our %utilities;
sub utilities {