]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Better POD reference for dl_unload_file()
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:01:24 +0000 (01:01 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:01:24 +0000 (01:01 +0200)
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.