Bump $threads::VERSION as the documentation has changed. Tweak the
Nicholas Clark [Fri, 2 Jan 2004 16:17:24 +0000 (16:17 +0000)]
documentaiton, update Arthur's e-mail address

p4raw-id: //depot/perl@22044

ext/threads/threads.pm

index 37f980f..75d1412 100755 (executable)
@@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = qw(
 async  
 );
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 
 # || 0 to ensure compatibility with previous versions
@@ -266,14 +266,14 @@ signal handling is not threadsafe.
 
 =item Detached threads on Windows
 
-There aren't supported yet (as of perl 5.8.3), as they may lead to
+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
 
-Arthur Bergman E<lt>arthur at contiller.seE<gt>
+Arthur Bergman E<lt>sky at nanisky.comE<gt>
 
 threads is released under the same license as Perl.