X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=README;h=5f67483663e81302c306c775b9e453abf882bde1;hp=d040c46db61b5e6cdef6c16258f5e686d439c02a;hb=f77be155e989d3ee336808d996da35ba5e14c9ef;hpb=15b9171b2fc61b12e0dcc123369fc2b66fe87012 diff --git a/README b/README index d040c46..5f67483 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Thread::Cleanup - Hook thread destruction. VERSION - Version 0.01 + Version 0.02 SYNOPSIS use Thread::Cleanup; @@ -31,17 +31,17 @@ FUNCTIONS * it will be called for detached threads only if they terminate before the main thread, and the hook will then fire at "END" time ; - * it won't trigger for the the destruction of the main thread. + * it won't trigger for the destruction of the main thread. EXPORT None. DEPENDENCIES - "perl" 5.8. + perl 5.8. - "threads" 1.07. + threads 1.07. - "XSLoader". + XSLoader. AUTHOR Vincent Pit, "", .