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
1281
1281
1282
1282
On threaded builds on POSIX-like systems, if the perl signal handler
1283
1283
receives 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> ]
1285
1285
1286
1286
=item *
1287
1287
1288
1288
Declaring a lexically scoped array or hash using C<state> within a subroutine
1289
1289
and 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> ]
1291
1291
1292
1292
=item *
1293
1293
1294
1294
C<builtin::trim()> didn't properly clear C<TARG> which could result in
1295
1295
out 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> ]
1297
1297
1298
1298
=item *
1299
1299
You can’t perform that action at this time.
0 commit comments