summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-02-13 08:47:43 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-13 08:47:43 +0000
commit09d7bea076f816a9cbbb34de5adce79b7f376f45 (patch)
treeffd6fda1527d5138c2e1b76310002f5d36c13e7e
parent733dcac8385e4097b057063d8b886177e66d6586 (diff)
downloadperl-09d7bea076f816a9cbbb34de5adce79b7f376f45.tar.gz
perldelta - Add GitHub links
-rw-r--r--pod/perldelta.pod16
1 files changed, 12 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e9ccd36cde..70f64668be 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -365,15 +365,21 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
printf() or sprintf() with the C<%n> format no longer cause a panic on
debugging builds, or report an incorrectly cached length value when
-producing C<SVfUTF8> flagged strings. [#17221]
+producing C<SVfUTF8> flagged strings
+
+[L<GH #17221|https://github.com/Perl/perl5/issues/17221>]
=item *
-A memory leak in regular expression patterns has been fixed [#17218].
+A memory leak in regular expression patterns has been fixed.
+
+[L<GH #17218|https://github.com/Perl/perl5/issues/17218>]
=item *
-A read beyond buffer in grok_infnan has been fixed. [L<GH #17370|https://github.com/Perl/perl5/issues/17370>]
+A read beyond buffer in grok_infnan has been fixed.
+
+[L<GH #17370|https://github.com/Perl/perl5/issues/17370>]
=item *
@@ -384,7 +390,9 @@ An assertion failure in the regular expression engine has been fixed.
=item *
C<(?{...})> eval groups in regular expressions no longer unintentionally
-trigger "EVAL without pos change exceeded limit in regex" [GH #17490].
+trigger "EVAL without pos change exceeded limit in regex".
+
+[L<GH #17490|https://github.com/Perl/perl5/issues/17490>]
=back