diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-02-15 06:12:07 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-18 11:19:55 +0000 |
commit | 898471883c344a0ca91f3181256a88fe8cd50057 (patch) | |
tree | 2055270e85aa05233b2c52316373c736dd151c47 /MANIFEST | |
parent | f7918450ac2de46c81759dc6b3ec6eb57f5b59f0 (diff) | |
download | perl-898471883c344a0ca91f3181256a88fe8cd50057.tar.gz |
Thread::Semaphore 2.04
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802150812r3facd53cs1913dd82c3070ac0@mail.gmail.com>
p4raw-id: //depot/perl@33329
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2807,8 +2807,9 @@ lib/Text/Wrap.pm Paragraph formatter lib/Thread.pm Thread extensions frontend lib/Thread/Queue.pm Threadsafe queue lib/Thread/Queue.t See if threadsafe queue works -lib/Thread/Semaphore.pm Threadsafe semaphore -lib/Thread/Semaphore.t See if threadsafe semaphore works +lib/Thread/Semaphore.pm Thread-safe semaphores +lib/Thread/Semaphore/t/01_basic.t Thread::Semaphore tests +lib/Thread/Semaphore/t/02_errs.t Thread::Semaphore tests lib/Thread.t Thread extensions frontend tests lib/Tie/Array.pm Base class for tied arrays lib/Tie/Array/push.t Test for Tie::Array |