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