This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
12bbe8b
)
Remove an unnecessary right parenthesis
author
Shlomi Fish
<shlomif@shlomifish.org>
Tue, 2 Jun 2015 08:29:46 +0000
(11:29 +0300)
committer
James E Keenan
<jkeenan@cpan.org>
Wed, 3 Jun 2015 22:56:20 +0000
(18:56 -0400)
pod/perlhacktips.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlhacktips.pod
b/pod/perlhacktips.pod
index
f7cd08d
..
df64f01
100644
(file)
--- a/
pod/perlhacktips.pod
+++ b/
pod/perlhacktips.pod
@@
-1167,7
+1167,7
@@
C<-Accflags=-DDL_UNLOAD_ALL_AT_EXIT>.
The valgrind tool can be used to find out both memory leaks and illegal
heap memory accesses. As of version 3.3.0, Valgrind only supports Linux
The valgrind tool can be used to find out both memory leaks and illegal
heap memory accesses. As of version 3.3.0, Valgrind only supports Linux
-on x86, x86-64 and PowerPC and Darwin (OS X) on x86 and x86-64
)
. The
+on x86, x86-64 and PowerPC and Darwin (OS X) on x86 and x86-64. The
special "test.valgrind" target can be used to run the tests under
valgrind. Found errors and memory leaks are logged in files named
F<testfile.valgrind> and by default output is displayed inline.
special "test.valgrind" target can be used to run the tests under
valgrind. Found errors and memory leaks are logged in files named
F<testfile.valgrind> and by default output is displayed inline.