In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f02f05df122ba1cf155b1bfda0f1ef96615f2278?hp=311cc1adfb2eac3d98a549ed5f912313fc528cea>

- Log -----------------------------------------------------------------
commit f02f05df122ba1cf155b1bfda0f1ef96615f2278
Author: Daniel Dragan <bul...@hotmail.com>
Date:   Tue Nov 19 15:37:58 2013 -0500

    better perldelta description for #120091/#118059
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c6cd773..4e0fc3a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -592,7 +592,8 @@ delimiter.  [perl #120463]
 
 On Windows, perl no longer calls CloseHandle() on a socket handle.  This makes
 debugging easier on Windows by removing certain irrelevant bad handle
-exceptions.  It also fixes a race condition and possible test failure in
+exceptions.  It also fixes a race condition that made socket functions randomly
+fail in a Perl process with multiple OS threads, and possible test failures in
 F<dist/IO/t/cachepropagate-tcp.t>.  [perl #120091/118059]
 
 =item *

--
Perl5 Master Repository

Reply via email to