X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=28aa6414a7657e7c8844d9824c5e4a2be686c64a;hb=5be34712ef7215c65ac440695cd679578624fdca;hp=46a86c6fe9509e4241f1f6577bab9956aed472a3;hpb=763b4e655388ce7341369cf73fd7758360821b3d;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index 46a86c6..28aa641 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -9,11 +9,11 @@ Test::Valgrind - Test Perl code through valgrind. =head1 VERSION -Version 1.00 +Version 1.01 =cut -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 SYNOPSIS @@ -277,7 +277,7 @@ sub import { =head2 C<$dl_unload> -When set to true, all dynamic extensions that were loaded during the analysis will be unloaded at C time by L. +When set to true, all dynamic extensions that were loaded during the analysis will be unloaded at C time by L. Since this obfuscates error stack traces, it's disabled by default.