source: trunk/essentials/dev-lang/perl/ext/threads/README

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 448 bytes
Line 
1threads version 0.03
2====================
3
4This module needs perl 5.7.2 or later compiled with USEITHREADS,
5it exposes interpreter threads to the perl level.
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
20
21COPYRIGHT AND LICENCE
22
23Copyright (C) 2001 Artur Bergman artur at contiller.se
24Same licence as perl.
Note: See TracBrowser for help on using the repository browser.