Skip to content

Commit

Permalink
Update Module::CoreList for 5.39.8
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeb committed Feb 23, 2024
1 parent ef72a9a commit 106da9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/Module-CoreList/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.20240220
5.20240223
- Updated for v5.39.8

5.20240120
Expand Down
23 changes: 21 additions & 2 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );

use version;
our $VERSION = '5.20240220';
our $VERSION = '5.20240223';

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 @@ -419,7 +419,7 @@ sub changes_between {
5.038002 => '2023-11-29',
5.039006 => '2023-12-30',
5.039007 => '2024-01-20',
5.039008 => '2024-02-20',
5.039008 => '2024-02-23',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down Expand Up @@ -21285,8 +21285,27 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.039008 => {
delta_from => 5.039007,
changed => {
'B::Deparse' => '1.75',
'B::Op_private' => '5.039008',
'Config' => '5.039008',
'DynaLoader' => '1.55',
'File::Glob' => '1.42',
'Hash::Util' => '0.32',
'Hash::Util::FieldHash' => '1.27',
'I18N::Langinfo' => '0.24',
'Module::CoreList' => '5.20240223',
'Module::CoreList::Utils'=> '5.20240223',
'POSIX' => '2.18',
'PerlIO::encoding' => '0.31',
'Pod::Checker' => '1.77',
'Safe' => '2.46',
'Tie::File' => '1.08',
'XS::APItest' => '1.35',
'attributes' => '0.36',
'builtin' => '0.014',
'mro' => '1.29',
'perlfaq' => '5.20240218',
'warnings' => '1.68',
},
removed => {
}
Expand Down
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;

our $VERSION = '5.20240220';
our $VERSION = '5.20240223';
our %utilities;

sub utilities {
Expand Down

0 comments on commit 106da9d

Please sign in to comment.