Skip to content

Commit 23611d7

Browse files
perldelta - Transform links
1 parent aefc73f commit 23611d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pod/perldelta.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ in an expression, such as a comma expression in a C macro.
510510
XXX Important bug fixes in the core language are summarized here. Bug fixes in
511511
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
512512

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

516516
[ List each fix as an =item entry ]
@@ -525,7 +525,7 @@ XXX
525525

526526
Fixed a couple of issues with the INTERFACE keyword in XS.
527527

528-
[GH #23640]
528+
[L<GH #23640|https://github.com/Perl/perl5/issues/23640>]
529529

530530
=item * C<&CORE::__CLASS__> no longer returns invalid results
531531

@@ -546,7 +546,7 @@ unrelated strings. These runtime calls have been fixed to throw an error of the
546546
form C<&CORE::__CLASS__ cannot be called directly> instead of silently
547547
returning incorrect results.
548548

549-
[GH #23737]
549+
[L<GH #23737|https://github.com/Perl/perl5/issues/23737>]
550550

551551
=item * C<parse_subsignature()> can now handle empty subroutine signatures
552552

@@ -556,7 +556,7 @@ to detect the special case and take appropriate steps. This is now fixed,
556556
returning the same optree that the parser would yield for a regular empty
557557
signature during normal parse time.
558558

559-
[GH#17689]
559+
[L<GH #17689|https://github.com/Perl/perl5/issues/17689>]
560560

561561
=back
562562

0 commit comments

Comments
 (0)