summaryrefslogtreecommitdiff
path: root/ext/threads/README
blob: 9399daff9269e3d294c40223a2bca8bb067cc27b (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
threads version 1.52
====================

This module 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 needs perl 5.8.0 or later compiled with 'useithreads'.

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