From f02f05df122ba1cf155b1bfda0f1ef96615f2278 Mon Sep 17 00:00:00 2001 From: Daniel Dragan Date: Tue, 19 Nov 2013 15:37:58 -0500 Subject: [PATCH] better perldelta description for #120091/#118059 --- 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. [perl #120091/118059] =item * -- 1.8.3.1