This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to threads.pm 1.59 (doc tweaks)
[perl5.git] / ext / threads / README
CommitLineData
5cbb7319 1threads version 1.59
47ba8780
AB
2====================
3
3ceb02cd 4This module exposes interpreter threads to the Perl level.
47ba8780
AB
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
AB
18
19COPYRIGHT AND LICENCE
20
0f1612a7
JH
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