File: README

package info (click to toggle)
libthreads-shared-perl 1.26-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 695
  • sloc: perl: 830; makefile: 51; ansic: 6
file content (23 lines) | stat: -rw-r--r-- 477 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
threads::shared version 1.26
============================

This module needs Perl 5.8.0 or later compiled with USEITHREADS.
It lets you share data structures between threads.

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

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