X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;fp=lib%2FThread%2FCleanup.pm;h=2abf10941d5ca3dad917714f2585a1f6fe288729;hp=43b3c06d12408fc0e7a5a5dcb8c661bb3d92ca60;hb=bd4b8b44e5f02da00c41f5fd1db0aa952978f6d1;hpb=c71909828ba6037d6be25567e2bc218562a574ba diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index 43b3c06..2abf109 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -11,14 +11,14 @@ Thread::Cleanup - Hook thread destruction. =head1 VERSION -Version 0.06 +Version 0.07 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.07'; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); }