The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Thread::Suspend version 1.23
============================

This module adds suspend and resume operations for threads.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires Perl 5.8.0 or later.

This module requires these other modules:

    threads version 1.39 or later
    threads::shared 1.01 or later
    Test::More 0.50 or later (for installation)

COPYRIGHT AND LICENCE

Copyright 2006 - 2009 Jerry D. Hedden <jdhedden AT cpan DOT org>

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

# EOF