]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - lib/Thread/Cleanup.pm
This is 0.02
[perl/modules/Thread-Cleanup.git] / lib / Thread / Cleanup.pm
index e9f3e92059ab6ede92e19aef61d2687f37f701d5..5ee7ea6fb55b1d7d1b96289a4b0b9741e0527c24 100644 (file)
@@ -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