X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;h=5ee7ea6fb55b1d7d1b96289a4b0b9741e0527c24;hb=a41f059bb410d94d16596eca1d2a42a53622e208;hp=f7f815b60e7192b45ff3b3aa091056ece88280a6;hpb=15b9171b2fc61b12e0dcc123369fc2b66fe87012;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index f7f815b..5ee7ea6 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction. =head1 VERSION -Version 0.01 +Version 0.02 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.02'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); } @@ -59,7 +59,7 @@ it will be called for detached threads only if they terminate before the main th =item * -it won't trigger for the the destruction of the main thread. +it won't trigger for the destruction of the main thread. =back @@ -77,11 +77,11 @@ None. =head1 DEPENDENCIES -C 5.8. +L 5.8. -C 1.07. +L 1.07. -C. +L. =head1 AUTHOR