This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads 1.32
[perl5.git] / ext / threads / README
1 threads version 1.32
2 ====================
3
4 This module needs perl 5.8.0 or later compiled with 'useithreads'.
5 It exposes interpreter threads to the Perl level.
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::shared
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