Re: script wanted
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / shared.pm
index 64ab079..9c573ba 100644 (file)
@@ -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;