# New Ticket Created by  Steven Dee 
# Please include the string:  [perl #49418]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49418 >


docs/debug.pod: valgrind excepts "--log-file", not "--logfile".
=== docs/debug.pod
==================================================================
--- docs/debug.pod	(revision 9)
+++ docs/debug.pod	(local)
@@ -36,7 +36,7 @@
 You could, and should, also run the tests with a memory checker such as
 C<valgrind>.  You can enable C<valgrind>, by running:
 
-  shell> make test VALGRIND="valgrind --logfile=/tmp/grind"
+  shell> make test VALGRIND="valgrind --log-file=/tmp/grind"
 
 Another possibility is to use Electric Fence, or ...
 

Reply via email to