summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-05-14 17:46:40 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-14 18:16:08 +0100
commit47e6d4dbb87eb14b29f00df5304f5d8bf44236ac (patch)
treea25e96b9dcd726492c86f0207a49ea2156f3707b
parent58627cdf06c592b676923193c3e08c74f75129a3 (diff)
downloadperl-47e6d4dbb87eb14b29f00df5304f5d8bf44236ac.tar.gz
Add links for perl bug tickets in previous commit
-rw-r--r--pod/perldelta.pod12
1 files changed, 7 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index cb301d4fc8..7a0f8a00cd 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1600,11 +1600,13 @@ that included no parameters, as with C<&foo;>.
=item *
-Introduced by [perl #113536], a memory leak on every call to C<system>
-and backticks (C< `` >), on most Win32 Perls starting from 5.18.0
-has been fixed. The memory leak only occurred if you enabled psuedo-fork in
-your build of Win32 Perl, and were running that build on Server 2003 R2
-or newer OS. The leak does not appear on WinXP SP3. [perl #121676]
+Introduced by
+L<perl #113536|https://rt.perl.org/Public/Bug/Display.html?id=113536>, a memory
+leak on every call to C<system> and backticks (C< `` >), on most Win32 Perls
+starting from 5.18.0 has been fixed. The memory leak only occurred if you
+enabled psuedo-fork in your build of Win32 Perl, and were running that build on
+Server 2003 R2 or newer OS. The leak does not appear on WinXP SP3.
+[L<perl #121676|https://rt.perl.org/Public/Bug/Display.html?id=121676>]
=back