summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2010-06-30 11:15:50 -0400
committerTony Cook <tony@develop-help.com>2010-07-08 00:06:16 +1000
commitc68ea3c992c73e9433a1d9354c4c1559d0ffffde (patch)
tree6c681fabefec5b9bc283fb9292d88da35f4fa438 /MANIFEST
parente0de7c21b08329275a76393ac4d80aae90ac428e (diff)
downloadperl-c68ea3c992c73e9433a1d9354c4c1559d0ffffde.tar.gz
Reorganize dist/threads
Move threads.pm to lib/threads.pm and remove Makefile.PL
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index a600a0a538..4065960882 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2866,7 +2866,7 @@ 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
+dist/threads/lib/threads.pm ithreads
dist/threads-shared/hints/linux.pl thread shared variables
dist/threads-shared/Makefile.PL thread shared variables
dist/threads-shared/shared.pm thread shared variables
@@ -2897,7 +2897,6 @@ dist/threads/t/err.t Test $thr->error()
dist/threads/t/exit.t Test exit and die in threads
dist/threads/t/free2.t More ithread destruction tests
dist/threads/t/free.t Test ithread destruction
-dist/threads/threads.pm ithreads
dist/threads/threads.xs ithreads
dist/threads/t/join.t Testing the join function
dist/threads/t/kill.t Tests thread signalling