From: Vincent Pit Date: Mon, 29 Sep 2014 14:21:41 +0000 (+0200) Subject: Clarify a sentence in doc X-Git-Tag: v0.07~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=commitdiff_plain;h=c71909828ba6037d6be25567e2bc218562a574ba Clarify a sentence in doc --- 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