]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind.pm
Better POD reference for dl_unload_file()
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind.pm
index f9b28ab6acdccf3cd52a814a6e99a82bab04c7e4..28aa6414a7657e7c8844d9824c5e4a2be686c64a 100644 (file)
@@ -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<END> time by L<DynaLoader::dl_unload_file>.
+When set to true, all dynamic extensions that were loaded during the analysis will be unloaded at C<END> time by L<DynaLoader/dl_unload_file>.
 
 Since this obfuscates error stack traces, it's disabled by default.