diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-10 05:39:00 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-11 04:14:56 -0800 |
commit | c2053ddb7a82ea813a7c861cea743996724ef19d (patch) | |
tree | 35fba178f7ff71dd347aac3e37f3c04853427ae9 /dist/threads/lib | |
parent | e8c9c9d4ce82614b4d0361228e3acb9ed1d4ddf0 (diff) | |
download | perl-c2053ddb7a82ea813a7c861cea743996724ef19d.tar.gz |
Correct note about dir handles in threads.pm
Diffstat (limited to 'dist/threads/lib')
-rw-r--r-- | dist/threads/lib/threads.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index 502ef7049f..349beb17b2 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<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. |