Skip to content

Commit 1d7f1a4

Browse files
Update Module::CoreList for 5.43.0
1 parent 2877fca commit 1d7f1a4

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23449,19 +23449,24 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2344923449
removed => {
2345023450
}
2345123451
},
23452-
5.04300 => {
23452+
23453+
5.043000 => {
2345323454
delta_from => 5.042000,
2345423455
changed => {
2345523456
'B::Op_private' => '5.043000',
23456-
'Config' => '5.043000',
23457+
'Config' => '5.043',
23458+
'Math::BigFloat' => '2.005003',
23459+
'Math::BigInt' => '2.005003',
23460+
'Math::BigInt::Calc' => '2.005003',
23461+
'Math::BigInt::Lib' => '2.005003',
23462+
'Math::BigRat' => '2.005003',
2345723463
'Module::CoreList' => '5.20250703',
2345823464
'Module::CoreList::Utils'=> '5.20250703',
2345923465
'feature' => '1.98',
2346023466
},
2346123467
removed => {
2346223468
}
2346323469
},
23464-
2346523470
);
2346623471

2346723472
sub is_core
@@ -25108,6 +25113,13 @@ sub is_core
2510825113
removed => {
2510925114
}
2511025115
},
25116+
5.043000 => {
25117+
delta_from => 5.042,
25118+
changed => {
25119+
},
25120+
removed => {
25121+
}
25122+
},
2511125123
);
2511225124

2511325125
%deprecated = _undelta(\%deprecated);

0 commit comments

Comments
 (0)