This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct note about dir handles in threads.pm
authorFather Chrysostomos <sprout@cpan.org>
Wed, 10 Nov 2010 13:39:00 +0000 (05:39 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 11 Nov 2010 12:14:56 +0000 (04:14 -0800)
dist/threads/lib/threads.pm

index 502ef70..349beb1 100644 (file)
@@ -1007,8 +1007,8 @@ discouraged.
 
 =item Open directory handles
 
-In perl 5.13.6 and higher, if your system does not support the C<fchdir> C
-function, directory handles (see
+In perl 5.14 and higher, on systems other than Windows that do
+not support the C<fchdir> C function, directory handles (see
 L<opendir|perlfunc/"opendir DIRHANDLE,EXPR">) will not be copied to new
 threads. You can use the C<d_fchdir> variable in L<Config.pm|Config> to
 determine whether your system supports it.