summaryrefslogtreecommitdiff
path: root/ext/threads/README
blob: b247d99b64b9dd9266d3bfb6c5fa4505a883c701 (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.62
====================

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