This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c9c9d
)
Correct note about dir handles in threads.pm
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 10 Nov 2010 13:39:00 +0000
(
05:39
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 11 Nov 2010 12:14:56 +0000
(
04:14
-0800)
dist/threads/lib/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/threads/lib/threads.pm
b/dist/threads/lib/threads.pm
index
502ef70
..
349beb1
100644
(file)
--- a/
dist/threads/lib/threads.pm
+++ b/
dist/threads/lib/threads.pm
@@
-1007,8
+1007,8
@@
discouraged.
=item Open directory handles
-In perl 5.1
3.6 and higher, if your system does not support the C<fchdir> C
-function, directory handles (see
+In perl 5.1
4 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.