The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
threads::shared version 1.40
============================

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