Only compile Perl_hv_assert with DEBUGGING.
[p5sagit/p5-mst-13.2.git] / ext / threads / README
CommitLineData
0f1612a7 1threads version 1.17
47ba8780 2====================
3
0f1612a7 4This module needs perl 5.8.0 or later compiled with 'useithreads'.
5It exposes interpreter threads to the Perl level.
47ba8780 6
7INSTALLATION
8
9To install this module type the following:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
0f1612a7 20 threads::shared
47ba8780 21
22COPYRIGHT AND LICENCE
23
0f1612a7 24Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
25Same licence as Perl.
26
27CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>
28
29# EOF