| Line | |
|---|
| 1 | threads/shared version 0.02
|
|---|
| 2 | ===========================
|
|---|
| 3 |
|
|---|
| 4 | This module needs perl 5.7.2 or later compiled with USEITHREADS,
|
|---|
| 5 | It lets you share simple data structures between threads.
|
|---|
| 6 |
|
|---|
| 7 | INSTALLATION
|
|---|
| 8 |
|
|---|
| 9 | To install this module type the following:
|
|---|
| 10 |
|
|---|
| 11 | perl Makefile.PL
|
|---|
| 12 | make
|
|---|
| 13 | make test
|
|---|
| 14 | make install
|
|---|
| 15 |
|
|---|
| 16 | DEPENDENCIES
|
|---|
| 17 |
|
|---|
| 18 | This module requires these other modules and libraries:
|
|---|
| 19 |
|
|---|
| 20 | threads 0.03;
|
|---|
| 21 |
|
|---|
| 22 | COPYRIGHT AND LICENCE
|
|---|
| 23 |
|
|---|
| 24 | Copyright (C) 2001 Arthur Bergman artur at contiller.se
|
|---|
| 25 | Same licence as perl.
|
|---|
| 26 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.