From d6a466d771dbdc293e3f83b595b03cf44617cabb Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 29 Jun 2001 03:38:56 +0000 Subject: 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 --- ext/Thread/Thread.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Thread') 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); -- cgit v1.2.1