]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - lib/Thread/Cleanup.pm
This is 0.04
[perl/modules/Thread-Cleanup.git] / lib / Thread / Cleanup.pm
index b2773f67ead8200e15d74cff010a8b5ddaa82fc1..53aca1a29aef4fc9e821538c1d7d08110ee06caa 100644 (file)
@@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction.
 
 =head1 VERSION
 
-Version 0.02
+Version 0.04
 
 =cut
 
 our $VERSION;
 
 BEGIN {
- $VERSION = '0.02';
+ $VERSION = '0.04';
  require XSLoader;
  XSLoader::load(__PACKAGE__, $VERSION);
 }
@@ -103,7 +103,7 @@ Inspired by a question from TonyC on #p5p.
 
 =head1 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.