summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-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