X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;h=2abf10941d5ca3dad917714f2585a1f6fe288729;hb=bd4b8b44e5f02da00c41f5fd1db0aa952978f6d1;hp=fc0435c1321e6a5ceff62c28dd10453fb0d1a79b;hpb=cc6a2e4288f5e12c19ba7d09e9c82e7f5f1e8bfa;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index fc0435c..2abf109 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction. =head1 VERSION -Version 0.06 +Version 0.07 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.07'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); } @@ -40,7 +40,7 @@ This module allows you to hook thread destruction without fiddling with the inte It acts globally on all the threads that may spawn anywhere in your program, with the exception of the main thread. -The hook will also be called when pseudo-forks (i.e. processes spawn on Windows for the C emulation) terminate. +The hooks registered with this module will also be called when pseudo-forks (i.e. processes spawn on Windows for the C emulation) terminate. =head1 FUNCTIONS