This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate from maint:
[perl5.git] / ext / threads / README
1 threads version 0.03
2 ====================
3
4 This module needs perl 5.7.2 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
21 COPYRIGHT AND LICENCE
22
23 Copyright (C) 2001 Artur Bergman artur at contiller.se
24 Same licence as perl.