File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ in an expression, such as a comma expression in a C macro.
510510XXX Important bug fixes in the core language are summarized here. Bug fixes in
511511files 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
514514manager will later use a regex to expand these into links.
515515
516516[ List each fix as an =item entry ]
525525
526526Fixed 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
546546form C<&CORE::__CLASS__ cannot be called directly> instead of silently
547547returning 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,
556556returning the same optree that the parser would yield for a regular empty
557557signature during normal parse time.
558558
559- [GH #17689]
559+ [L<GH #17689|https://github.com/Perl/perl5/issues/17689> ]
560560
561561=back
562562
You can’t perform that action at this time.
0 commit comments