In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/da459ff628f80fa8577abb6f6afc86718eeaeb88?hp=fae1af826feacb5c14cf7998f1f9686fc043fa05>
- Log ----------------------------------------------------------------- commit da459ff628f80fa8577abb6f6afc86718eeaeb88 Author: Father Chrysostomos <[email protected]> Date: Thu Oct 14 09:33:01 2010 -0700 Change the perl version mentioned in threads.pm concerning dirhandles as this may change before 5.14. ----------------------------------------------------------------------- Summary of changes: dist/threads/lib/threads.pm | 4 ++-- pod/perldelta.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index a3c5f84..bbef9c6 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.81'; +our $VERSION = '1.82'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -1007,7 +1007,7 @@ discouraged. =item Open directory handles -In perl 5.14.0 and higher, if your system does not support the C<fchdir> C +In perl 5.13.6 and higher, if your system does 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 diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9210cae..d021c43 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -331,7 +331,7 @@ L<[perl #72340]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72340>. =item * -C<threads> has been upgraded from version 1.77_03 to 1.81 +C<threads> has been upgraded from version 1.77_03 to 1.82 =item * -- Perl5 Master Repository
