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