From: Nicholas Clark Date: Fri, 2 Jan 2004 16:17:24 +0000 (+0000) Subject: Bump $threads::VERSION as the documentation has changed. Tweak the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35bc0dc84153b4a6ad4b24f4d9e7d25cc7a0fb97;p=p5sagit%2Fp5-mst-13.2.git Bump $threads::VERSION as the documentation has changed. Tweak the documentaiton, update Arthur's e-mail address p4raw-id: //depot/perl@22044 --- diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 37f980f..75d1412 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -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 Earthur at contiller.seE +Arthur Bergman Esky at nanisky.comE threads is released under the same license as Perl.