summaryrefslogtreecommitdiff
path: root/ext/Thread
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-29 03:38:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-29 03:38:56 +0000
commitd6a466d771dbdc293e3f83b595b03cf44617cabb (patch)
tree070a190c3592fb1ef216b61ebf315f0d819b5951 /ext/Thread
parent199566928fd3000f78b2b73ac518cc24c1c23c98 (diff)
downloadperl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
Diffstat (limited to 'ext/Thread')
-rw-r--r--ext/Thread/Thread.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm
index 3deef813ab..6220a601fe 100644
--- a/ext/Thread/Thread.pm
+++ b/ext/Thread/Thread.pm
@@ -3,7 +3,7 @@ require Exporter;
use XSLoader ();
our($VERSION, @ISA, @EXPORT);
-$VERSION = "1.0";
+$VERSION = "1.01";
@ISA = qw(Exporter);
@EXPORT_OK = qw(yield cond_signal cond_broadcast cond_wait async);