From da459ff628f80fa8577abb6f6afc86718eeaeb88 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 14 Oct 2010 09:33:01 -0700 Subject: Change the perl version mentioned in threads.pm concerning dirhandles as this may change before 5.14. --- dist/threads/lib/threads.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index a3c5f841c0..bbef9c62a9 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 C +In perl 5.13.6 and higher, if your system does 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 -- cgit v1.2.1