Skip to content

Commit

Permalink
Update Module::CoreList for 5.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Aug 21, 2021
1 parent e668df5 commit fa3eb89
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
5.20210820
- Updated for v5.35.3

5.20210723
- Updated for v5.35.2

Expand Down
27 changes: 26 additions & 1 deletion dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -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__) } }
Expand Down Expand Up @@ -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 => {
}
Expand Down
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;

our $VERSION = '5.20210723';
our $VERSION = '5.20210820';
our %utilities;

sub utilities {
Expand Down

0 comments on commit fa3eb89

Please sign in to comment.