summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-01-02 16:17:24 +0000
committerNicholas Clark <nick@ccl4.org>2004-01-02 16:17:24 +0000
commit35bc0dc84153b4a6ad4b24f4d9e7d25cc7a0fb97 (patch)
treef29c206640737fd1c421ede4c206bc677158dfd4 /ext/threads
parent051e4fe1efae394fc029e116526cd46285a0a0df (diff)
downloadperl-35bc0dc84153b4a6ad4b24f4d9e7d25cc7a0fb97.tar.gz
Bump $threads::VERSION as the documentation has changed. Tweak the
documentaiton, update Arthur's e-mail address p4raw-id: //depot/perl@22044
Diffstat (limited to 'ext/threads')
-rwxr-xr-xext/threads/threads.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm
index 37f980fe7e..75d141211c 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 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.