summaryrefslogtreecommitdiff
path: root/ext/threads/shared
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/shared
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/shared')
-rw-r--r--ext/threads/shared/shared.pm2
1 files changed, 1 insertions, 1 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;