File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1281,19 +1281,19 @@ with a misaligned access early in the build. [L<GH #22577|https://github.com/Per
12811281
12821282On threaded builds on POSIX-like systems, if the perl signal handler
12831283receives a signal, we now resend the signal to the main perl thread. Previously
1284- this would crash. [GH #22487]
1284+ this would crash. [L< GH #22487|https://github.com/Perl/perl5/issues/22487> ]
12851285
12861286=item *
12871287
12881288Declaring a lexically scoped array or hash using C<state> within a subroutine
12891289and then immediately returning no longer triggers a "Bizarre copy of HASH/ARRAY
1290- in subroutine exit" error. [GH #18630]
1290+ in subroutine exit" error. [L< GH #18630|https://github.com/Perl/perl5/issues/18630> ]
12911291
12921292=item *
12931293
12941294C<builtin::trim()> didn't properly clear C<TARG> which could result in
12951295out of date cached numeric versions of the value being used on a
1296- second evaluation. Properly clear any cached values. [GH #22784]
1296+ second evaluation. Properly clear any cached values. [L< GH #22784|https://github.com/Perl/perl5/issues/22784> ]
12971297
12981298=item *
12991299
You can’t perform that action at this time.
0 commit comments