threads::shared::queue and semaphore become Thread::Semaphore
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / README
CommitLineData
b050c948 1threads/shared version 0.02
2===========================
3
4This module needs perl 5.7.2 or later compiled with USEITHREADS,
5It lets you share simple data structures between threads.
6
7INSTALLATION
8
9To install this module type the following:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20threads 0.03;
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2001 Arthur Bergman artur at contiller.se
25Same licence as perl.
26