File: README

package info (click to toggle)
libthreads-perl 1.71-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 444 kB
  • ctags: 684
  • sloc: perl: 740; makefile: 48; ansic: 12
file content (26 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
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.71
====================

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