From: Father Chrysostomos Date: Wed, 10 Nov 2010 13:39:00 +0000 (-0800) Subject: Correct note about dir handles in threads.pm X-Git-Tag: v5.13.7~155 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/c2053ddb7a82ea813a7c861cea743996724ef19d Correct note about dir handles in threads.pm --- diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index 502ef70..349beb1 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -1007,8 +1007,8 @@ discouraged. =item Open directory handles -In perl 5.13.6 and higher, if your system does not support the C C -function, directory handles (see +In perl 5.14 and higher, on systems other than Windows that do +not support the C C function, directory handles (see L) will not be copied to new threads. You can use the C variable in L to determine whether your system supports it.