Skip to content

Commit 8814306

Browse files
pod/perldelta.pod: Replace links
1 parent 9e15c15 commit 8814306

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pod/perldelta.pod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ L<B::Deparse> has been upgraded from version 1.78 to 1.80.
146146

147147
It now retains parens around logical negations on the left-hand side of
148148
comparisons (such as C<(!$x) == $y>) because omitting them would trigger a
149-
C<Possible precedence problem> warning since perl v5.41.4. [GH #22661]
149+
C<Possible precedence problem> warning since perl v5.41.4. [L<GH #22661|https://github.com/Perl/perl5/issues/22661>]
150150

151151
=item *
152152

@@ -442,17 +442,17 @@ L</Modules and Pragmata> section.
442442

443443
=item arm64 DARWIN
444444

445-
Fix arm64 darwin hints when using use64bitall with Configure [GH #22672]
445+
Fix arm64 darwin hints when using use64bitall with Configure [L<GH #22672|https://github.com/Perl/perl5/issues/22672>]
446446

447447
=item Android
448448

449-
Changes to perl_langinfo.h for Android [GH #22650] related to [GH #22627]
449+
Changes to perl_langinfo.h for Android [L<GH #22650|https://github.com/Perl/perl5/issues/22650>] related to [L<GH #22627|https://github.com/Perl/perl5/issues/22627>]
450450

451451
=item Cygwin
452452

453-
cygwin.c: fix several silly/terrible C errors [GH #22724]
453+
cygwin.c: fix several silly/terrible C errors [L<GH #22724|https://github.com/Perl/perl5/issues/22724>]
454454

455-
workaround DLL load address conflict [GH #22696]
455+
workaround DLL load address conflict [L<GH #22696|https://github.com/Perl/perl5/issues/22696>]
456456

457457
=back
458458

@@ -468,7 +468,7 @@ well.
468468

469469
=item *
470470

471-
Enable removing most of mathoms.c and stub functions [GH #22691] and [GH #22714]
471+
Enable removing most of mathoms.c and stub functions [L<GH #22691|https://github.com/Perl/perl5/issues/22691>] and [L<GH #22714|https://github.com/Perl/perl5/issues/22714>]
472472

473473
=item *
474474

@@ -477,7 +477,7 @@ which is disabled from feature bundle 5.41.
477477

478478
=item *
479479

480-
pp_reverse: don't COW buffer just to then un-COW it [GH #22729]
480+
pp_reverse: don't COW buffer just to then un-COW it [L<GH #22729|https://github.com/Perl/perl5/issues/22729>]
481481

482482
=back
483483

@@ -486,7 +486,7 @@ pp_reverse: don't COW buffer just to then un-COW it [GH #22729]
486486
XXX Important bug fixes in the core language are summarized here. Bug fixes in
487487
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
488488

489-
XXX Include references to GitHub issues and PRs as: [GH #12345] and the release
489+
XXX Include references to GitHub issues and PRs as: [L<GH #12345|https://github.com/Perl/perl5/issues/12345>] and the release
490490
manager will later use a regex to expand these into links.
491491

492492
[ List each fix as an =item entry ]
@@ -500,12 +500,12 @@ whose names start with I<cut>, prematurely terminating an embedded POD section.
500500
The following cases were affected: I<cut> followed by a digit (e.g.
501501
C<=cut2studio>), I<cut> followed by an underscore (e.g. C<=cut_grass>), and in
502502
string C<eval>, any identifier starting with I<cut> (e.g. C<=cute>).
503-
[GH #22759]
503+
[L<GH #22759|https://github.com/Perl/perl5/issues/22759>]
504504

505505
=item *
506506

507507
Builds with C<-msse> and quadmath on 32-bit x86 systems would crash
508-
with a misaligned access early in the build. [GH #22577]
508+
with a misaligned access early in the build. [L<GH #22577|https://github.com/Perl/perl5/issues/22577>]
509509

510510
=back
511511

@@ -536,7 +536,7 @@ C<-Astatic_ext=I18N/Langinfo>.
536536
The base addresses are generated by the linker based on the names of
537537
the DLLs, so this is expected to clear up for 5.41.7.
538538

539-
[github #22695]
539+
[L<GH #22695|https://github.com/Perl/perl5/issues/22695>]
540540

541541
=back
542542

0 commit comments

Comments
 (0)