diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-06-11 07:57:34 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-11 07:57:34 +0100 |
commit | 04febe174c342d1018822ab2c67fb381bb88c55f (patch) | |
tree | 33e8c74828c6cd5b648d4b235fab83035fa4371a /MANIFEST | |
parent | b00fc8d41de1694e3f43042249a46dd72bd0163a (diff) | |
download | perl-04febe174c342d1018822ab2c67fb381bb88c55f.tar.gz |
[PATCH-revised] Upgrade to Thread-Semaphore 2.11
Added new methods ->down_nb() and ->down_force() at the suggestion of
Rick Garlick.
Refactored methods to skip argument validation when no argument is supplied.
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2831,6 +2831,8 @@ dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests dist/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests +dist/Thread-Semaphore/t/04_nonblocking.t Thread::Semaphore tests +dist/Thread-Semaphore/t/05_force.t Thread::Semaphore tests dist/threads/hints/hpux.pl Hint file for HPUX dist/threads/hints/linux.pl Hint file for Linux dist/threads/Makefile.PL ithreads |