File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
dist/Module-CoreList/lib/Module Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -23449,19 +23449,24 @@ for my $version ( sort { $a <=> $b } keys %released ) {
23449
23449
removed => {
23450
23450
}
23451
23451
},
23452
- 5.04300 => {
23452
+
23453
+ 5.043000 => {
23453
23454
delta_from => 5.042000,
23454
23455
changed => {
23455
23456
'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',
23457
23463
'Module::CoreList' => '5.20250703',
23458
23464
'Module::CoreList::Utils'=> '5.20250703',
23459
23465
'feature' => '1.98',
23460
23466
},
23461
23467
removed => {
23462
23468
}
23463
23469
},
23464
-
23465
23470
);
23466
23471
23467
23472
sub is_core
@@ -25108,6 +25113,13 @@ sub is_core
25108
25113
removed => {
25109
25114
}
25110
25115
},
25116
+ 5.043000 => {
25117
+ delta_from => 5.042,
25118
+ changed => {
25119
+ },
25120
+ removed => {
25121
+ }
25122
+ },
25111
25123
);
25112
25124
25113
25125
%deprecated = _undelta(\%deprecated);
You can’t perform that action at this time.
0 commit comments