X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=lib%2FThread%2FCleanup.pm;h=8c73a56724952635369faab8b6a1997f6c4868ac;hp=548b7b6df1d77ba20bdf5bd7338f6286de49dc36;hb=47a74c22cce1fd5d5aa148d6005b324aeeae489e;hpb=7016c43a8e62ac4971774814fce05307997563f4 diff --git a/lib/Thread/Cleanup.pm b/lib/Thread/Cleanup.pm index 548b7b6..8c73a56 100644 --- a/lib/Thread/Cleanup.pm +++ b/lib/Thread/Cleanup.pm @@ -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); }