Remove the caveat about detached threads crashing on Windows
Rafael Garcia-Suarez [Sun, 25 Jan 2004 23:35:45 +0000 (23:35 +0000)]
(fixed by #22201). Bump up the version of threads.pm.

p4raw-id: //depot/perl@22218

ext/threads/threads.pm

index 75d1412..e96531f 100755 (executable)
@@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = qw(
 async  
 );
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 
 # || 0 to ensure compatibility with previous versions
@@ -264,11 +264,6 @@ If your Perl has been built with PERL_OLD_SIGNALS (one has
 to explicitly add that symbol to ccflags, see C<perl -V>),
 signal handling is not threadsafe.
 
-=item Detached threads on Windows
-
-These aren't yet supported (as of perl 5.8.3), as they may lead to
-memory access violation problems.
-
 =back
 
 =head1 AUTHOR and COPYRIGHT