diff options
Diffstat (limited to 'ext/Thread/Thread/Semaphore.pm')
-rw-r--r-- | ext/Thread/Thread/Semaphore.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Thread/Thread/Semaphore.pm b/ext/Thread/Thread/Semaphore.pm index 3cd6338d4d..2a8ec25b65 100644 --- a/ext/Thread/Thread/Semaphore.pm +++ b/ext/Thread/Thread/Semaphore.pm @@ -1,6 +1,8 @@ package Thread::Semaphore; use Thread qw(cond_wait cond_broadcast); +our $VERSION = '1.00'; + =head1 NAME Thread::Semaphore - thread-safe semaphores |