This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
[perl5.git] / ext / threads / README
... / ...
CommitLineData
1threads version 1.63
2====================
3
4This module exposes interpreter threads to the Perl level.
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
17This module needs perl 5.8.0 or later compiled with 'useithreads'.
18
19COPYRIGHT AND LICENCE
20
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