X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;h=43b3c06d12408fc0e7a5a5dcb8c661bb3d92ca60;hp=fc0435c1321e6a5ceff62c28dd10453fb0d1a79b;hb=c71909828ba6037d6be25567e2bc218562a574ba;hpb=cc6a2e4288f5e12c19ba7d09e9c82e7f5f1e8bfa diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index fc0435c..43b3c06 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -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