Skip to content

Commit 789e970

Browse files
committed
prepare Module::CoreList for 5.43.0
1 parent 88a2b5a commit 789e970

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

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

Lines changed: 12 additions & 1 deletion
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.20250702';
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__) } }
@@ -442,6 +442,7 @@ sub changes_between {
442442
5.041012 => '2025-04-21',
443443
5.041013 => '2025-05-28',
444444
5.042000 => '2025-07-02',
445+
5.043000 => '2025-07-03',
445446
);
446447

447448
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -23448,6 +23449,16 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2344823449
removed => {
2344923450
}
2345023451
},
23452+
5.04300 => {
23453+
delta_from => 5.042000,
23454+
changed => {
23455+
'B::Op_private' => '5.043000',
23456+
'feature' => '1.98',
23457+
},
23458+
removed => {
23459+
}
23460+
},
23461+
2345123462
);
2345223463

2345323464
sub is_core

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

Lines changed: 8 additions & 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.20250702';
7+
our $VERSION = '5.20250720';
88
our %utilities;
99

1010
sub utilities {
@@ -2154,6 +2154,13 @@ my %delta = (
21542154
removed => {
21552155
}
21562156
},
2157+
5.043000 => {
2158+
delta_from => 5.042000,
2159+
changed => {
2160+
},
2161+
removed => {
2162+
}
2163+
},
21572164
);
21582165

21592166
%utilities = Module::CoreList::_undelta(\%delta);

lib/B/Op_private.pm

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)