summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-08-13 21:46:09 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-13 18:42:50 +0000
commit4522225b0b1dd6f5498ad893469cb9b2e20183b7 (patch)
tree665cc3c50379c20a3020cbfc0bc70f74b291b485 /ext/threads
parenta0edd7f8266d86f8576becc8e4647dbf502c681d (diff)
downloadperl-4522225b0b1dd6f5498ad893469cb9b2e20183b7.tar.gz
Re: script wanted
Message-ID: <20030813204609.G20130@plum.flirble.org> p4raw-id: //depot/perl@20686
Diffstat (limited to 'ext/threads')
-rw-r--r--ext/threads/shared/shared.pm2
-rwxr-xr-xext/threads/threads.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm
index 64ab0799f5..9c573ba866 100644
--- a/ext/threads/shared/shared.pm
+++ b/ext/threads/shared/shared.pm
@@ -7,7 +7,7 @@ BEGIN {
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(share cond_wait cond_broadcast cond_signal);
- our $VERSION = '0.90';
+ our $VERSION = '0.91';
if ($threads::threads) {
*cond_wait = \&cond_wait_enabled;
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm
index 66c6134e82..6709f633a9 100755
--- a/ext/threads/threads.pm
+++ b/ext/threads/threads.pm
@@ -52,7 +52,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
async
);
-our $VERSION = '0.99';
+our $VERSION = '1.00';
sub equal {