Upgrade to threads-1.42
[p5sagit/p5-mst-13.2.git] / ext / threads / README
1 threads version 1.42
2 ====================
3
4 This module exposes interpreter threads to the Perl level.
5
6 INSTALLATION
7
8 To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15 DEPENDENCIES
16
17 This module needs perl 5.8.0 or later compiled with 'useithreads'.
18
19 COPYRIGHT AND LICENCE
20
21 Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
22 Same licence as Perl.
23
24 CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>
25
26 # EOF