]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - lib/Thread/Cleanup.pm
This is 0.03
[perl/modules/Thread-Cleanup.git] / lib / Thread / Cleanup.pm
index b2773f67ead8200e15d74cff010a8b5ddaa82fc1..8c73a56724952635369faab8b6a1997f6c4868ac 100644 (file)
@@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction.
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
 our $VERSION;
 
 BEGIN {
- $VERSION = '0.02';
+ $VERSION = '0.03';
  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.