summaryrefslogtreecommitdiff
path: root/ext/threads/README
blob: f04153de709af97bf4002d19bb56c649cc94e375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
threads version 1.31
====================

This module needs perl 5.8.0 or later compiled with 'useithreads'.
It exposes interpreter threads to the Perl level.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    threads::shared

COPYRIGHT AND LICENCE

Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
Same licence as Perl.

CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>

# EOF