perldelta for e40f8e806ef
authorTony Cook <tony@develop-help.com>
Tue, 4 Feb 2014 21:36:52 +0000 (08:36 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 4 Feb 2014 21:37:53 +0000 (08:37 +1100)
pod/perldelta.pod

index ed9973d..dc2bad4 100644 (file)
@@ -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