Skip to content

Commit 563689f

Browse files
Module::CoreList version will be 5.20250720
1 parent 4632005 commit 563689f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

dist/Module-CoreList/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.20250720
2+
- Updated for v5.43.1
3+
14
5.20250703
25
- Updated for v5.43.0
36

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
55

66
use version;
7-
our $VERSION = '5.20250703';
7+
our $VERSION = '5.20250720';
88

99
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
1010
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -23489,6 +23489,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2348923489
'ExtUtils::Typemaps::OutputMap'=> '3.58',
2349023490
'ExtUtils::Typemaps::Type'=> '3.58',
2349123491
'File::Fetch' => '1.08',
23492+
'Module::CoreList' => '5.20250720',
23493+
'Module::CoreList::Utils'=> '5.20250720',
2349223494
'PerlIO::via' => '0.20',
2349323495
'Pod::Simple' => '3.47',
2349423496
'Pod::Simple::BlackBox' => '3.47',
@@ -25416,7 +25418,7 @@ sub is_core
2541625418
}
2541725419
},
2541825420
5.043001 => {
25419-
delta_from => 5.043000,
25421+
delta_from => 5.043,
2542025422
changed => {
2542125423
},
2542225424
removed => {

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Module::CoreList;
66

7-
our $VERSION = '5.20250703';
7+
our $VERSION = '5.20250720';
88
our %utilities;
99

1010
sub utilities {

0 commit comments

Comments
 (0)