X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=4b1b5268d6a98d38db9ca98d34113cb36d3bd1de;hb=fad4c11177b48a2cee604fe643b3e477687c9400;hp=8809c6544f58ce2630cbcbca503bacfb44498be7;hpb=dc74bb8dc22ffd44b893cab2f065948c03410d1a;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index 8809c65..4b1b526 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -18,11 +18,11 @@ Test::Valgrind - Test Perl code through valgrind. =head1 VERSION -Version 0.07 +Version 0.08 =cut -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 SYNOPSIS @@ -234,7 +234,7 @@ sub import { END { if ($run and eval { require DynaLoader; 1 }) { my @rest; - DynaLoader::dl_unload_file($_) and push @rest, $_ for @DynaLoader::dl_librefs; + DynaLoader::dl_unload_file($_) or push @rest, $_ for @DynaLoader::dl_librefs; @DynaLoader::dl_librefs = @rest; } }