[#17040] Storable now handles self-tied scalars with NULL mg_obj.
[p5sagit/p5-mst-13.2.git] / ext / Thread / Semaphore.pmx
index 8d69ac5..a9fb089 100644 (file)
@@ -1,6 +1,9 @@
 package Thread::Semaphore;
 use Thread qw(cond_wait cond_broadcast);
 
+use vars qw($VERSION);
+$VERSION = '1.00';
+
 =head1 NAME
 
 Thread::Semaphore - thread-safe semaphores (5.005-threads)