]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - README
Quote "$]" to work around a bug in old perls
[perl/modules/Thread-Cleanup.git] / README
diff --git a/README b/README
index d040c46db61b5e6cdef6c16258f5e686d439c02a..1b1c6744944f302abe9a795c890de8891b51d3b6 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Thread::Cleanup - Hook thread destruction.
 
 VERSION
     Thread::Cleanup - Hook thread destruction.
 
 VERSION
-    Version 0.01
+    Version 0.04
 
 SYNOPSIS
         use Thread::Cleanup;
 
 SYNOPSIS
         use Thread::Cleanup;
@@ -24,24 +24,24 @@ DESCRIPTION
 FUNCTIONS
   "register BLOCK"
     Specify that the "BLOCK" will have to be called (in void context,
 FUNCTIONS
   "register BLOCK"
     Specify that the "BLOCK" will have to be called (in void context,
-    without arguments) every time a thread finishes is job. More precisely,
+    without arguments) every time a thread finishes its job. More precisely,
 
 
-    *   it will always be called before the join for joined threads ;
+    *   it will always be called before the joining for joined threads ;
 
 
-    *   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 will be called for detached threads if and 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
 
 EXPORT
     None.
 
 DEPENDENCIES
-    "perl" 5.8.
+    perl 5.8.
 
 
-    "threads" 1.07.
+    threads 1.07.
 
 
-    "XSLoader".
+    XSLoader.
 
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
@@ -62,7 +62,7 @@ ACKNOWLEDGEMENTS
     Inspired by a question from TonyC on #p5p.
 
 COPYRIGHT & LICENSE
     Inspired by a question from TonyC on #p5p.
 
 COPYRIGHT & LICENSE
-    Copyright 2009 Vincent Pit, all rights reserved.
+    Copyright 2009,2010 Vincent Pit, all rights reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.