From: Vincent Pit Date: Tue, 14 Apr 2009 23:01:24 +0000 (+0200) Subject: Better POD reference for dl_unload_file() X-Git-Tag: v1.02~19 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=faf3290acd380f75314a2283314d0a8bcbf97065 Better POD reference for dl_unload_file() --- diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index f9b28ab..28aa641 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -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.