Thread::Cancel version 1.13

This module adds the capability to cancel (i.e., kill) a thread.

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
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