As we're not passing over (or copying in) a NUL, don't need that extra
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / README
CommitLineData
ba2940ce 1threads::shared version 1.06
7473853a 2============================
b050c948 3
7473853a 4This module needs Perl 5.8.0 or later compiled with USEITHREADS.
5It lets you share data structures between threads.
b050c948 6
7INSTALLATION
8
9To install this module type the following:
10
7473853a 11 perl Makefile.PL
12 make
13 make test
14 make install
b050c948 15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
7473853a 20 threads
b050c948 21
22COPYRIGHT AND LICENCE
23
7473853a 24Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
25Same licence as Perl.
b050c948 26
7473853a 27CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>
28
29# EOF