Skip to content

Commit c1e8d3a

Browse files
Unicode 16.0.0 was actually added in 5.41.11
This entry was missed because I generated the MCL entries before the unicode patch was actually applied. Therefore, the cpan release of Module::CoreList 5.20250420 will be incorrect, but all subsequent releases (and blead itself, from 5.41.12 or 5.42.0 onward) will be correct.
1 parent 416f818 commit c1e8d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23334,6 +23334,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2333423334
'Time::HiRes' => '1.9778',
2333523335
'Time::Piece' => '1.36',
2333623336
'Time::Seconds' => '1.36',
23337+
'Unicode' => '16.0.0',
2333723338
'Unicode::UCD' => '0.80',
2333823339
'XS::APItest' => '1.42',
2333923340
'ok' => '1.302210',
@@ -23346,7 +23347,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2334623347
changed => {
2334723348
'B::Op_private' => '5.041012',
2334823349
'Config' => '5.041012',
23349-
'Unicode' => '16.0.0',
2335023350
},
2335123351
removed => {
2335223352
}

0 commit comments

Comments
 (0)