Skip to content

Commit d978fa0

Browse files
committed
fix missing github links
1 parent 164e8f0 commit d978fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pod/perldelta.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,19 +1281,19 @@ with a misaligned access early in the build. [L<GH #22577|https://github.com/Per
12811281

12821282
On threaded builds on POSIX-like systems, if the perl signal handler
12831283
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>]
12851285

12861286
=item *
12871287

12881288
Declaring a lexically scoped array or hash using C<state> within a subroutine
12891289
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>]
12911291

12921292
=item *
12931293

12941294
C<builtin::trim()> didn't properly clear C<TARG> which could result in
12951295
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>]
12971297

12981298
=item *
12991299

0 commit comments

Comments
 (0)