From fa3eb89ca35d60a904026fc057ea579fbd8ced98 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Fri, 20 Aug 2021 19:11:49 -0700 Subject: Update Module::CoreList for 5.35.3 --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 27 ++++++++++++++++++++++- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 67fd8799ab..0643600f7b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20210820 + - Updated for v5.35.3 + 5.20210723 - Updated for v5.35.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 7fc2624c05..f60d782304 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.20210723'; +our $VERSION = '5.20210820'; 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__) } } @@ -18761,7 +18761,32 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.035003 => { delta_from => 5.035002, changed => { + 'Archive::Tar' => '2.40', + 'Archive::Tar::Constant'=> '2.40', + 'Archive::Tar::File' => '2.40', + 'B::Op_private' => '5.035003', 'Config' => '5.035003', + 'Encode' => '3.12', + 'Encode::GSM0338' => '2.10', + 'Encode::Unicode' => '2.19', + 'Module::CoreList' => '5.20210820', + 'Module::CoreList::Utils'=> '5.20210820', + 'Net::hostent' => '1.03', + 'Opcode' => '1.53', + 'POSIX' => '1.99', + 'Pod::Html' => '1.32', + 'Pod::Html::Util' => '1.32', + 'Storable' => '3.24', + 'Text::Tabs' => '2021.0804', + 'Text::Wrap' => '2021.0804', + 'Time::HiRes' => '1.9769', + 'Unicode::Normalize' => '1.30', + 'XS::APItest' => '1.18', + 'diagnostics' => '1.38', + 'feature' => '1.67', + 'sort' => '2.05', + 'threads::shared' => '1.63', + 'warnings' => '1.53', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 626081044a..daf4bd63c4 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.20210723'; +our $VERSION = '5.20210820'; our %utilities; sub utilities { -- cgit v1.2.1