From 39acb20de3c851a2234b55cc03e06433c4efdd1d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 5 Feb 2014 08:36:52 +1100 Subject: [PATCH] perldelta for e40f8e806ef --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ed9973d..dc2bad4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -513,6 +513,12 @@ captured by backticks of an external command in another thread. This could occur for pseudo-forked processes too, as Win32's psuedo-fork is implemented in terms of threads. [perl #77672] +=item * + +C<< open $fh, ">+", undef >> no longer leaks memory when TMPDIR is set +but points to a directory a temporary file cannot be created in. [perl +#120951] + =back =head1 Known Problems -- 2.7.4