X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;h=fc0435c1321e6a5ceff62c28dd10453fb0d1a79b;hb=cc6a2e4288f5e12c19ba7d09e9c82e7f5f1e8bfa;hp=c09372c330a6a81f6ca74d924b3db87adb2ee095;hpb=95f8377579dd625843dcace2463165ae5a8c8282;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index c09372c..fc0435c 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction. =head1 VERSION -Version 0.05 +Version 0.06 =cut our $VERSION; BEGIN { - $VERSION = '0.05'; + $VERSION = '0.06'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); } @@ -64,7 +64,7 @@ For detached threads, it will be called if and only if the thread terminates bef =item * -For pseudo-forks, it will be called when C succeeds, after any C block local to the spawn process but before any global C block ; +For pseudo-forks, it will be called when C succeeds, after any local or global C block ; =item *