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

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