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
1 threads::shared version 1.06
2 ============================
3
4 This module needs Perl 5.8.0 or later compiled with USEITHREADS.
5 It lets you share data structures between threads.
6
7 INSTALLATION
8
9 To install this module type the following:
10
11     perl Makefile.PL
12     make
13     make test
14     make install
15
16 DEPENDENCIES
17
18 This module requires these other modules and libraries:
19
20     threads
21
22 COPYRIGHT AND LICENCE
23
24 Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
25 Same licence as Perl.
26
27 CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>
28
29 # EOF