From: Vincent Pit Date: Mon, 25 Aug 2008 21:55:46 +0000 (+0200) Subject: Document alternatives X-Git-Tag: v0.05~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=4c46bbd0856ded38b0cefbabc61dc53b85025d42 Document alternatives --- diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index fa79775..e52bd57 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -39,6 +39,8 @@ You can also use it from the command-line to test a given script : perl -MTest::Valgrind leaky.pl +Due to the nature of perl's memory allocator, this module can't track leaks of Perl objects. This includes non-mortalized scalars and memory cycles. However, it can track leaks of chunks of memory allocated in XS extensions with C and friends or C. As such, it's complementary to the other very good leak detectors listed in the L section. + =head1 CONFIGURATION You can pass parameters to C as a list of key / value pairs, where valid keys are : @@ -225,6 +227,10 @@ L, L (core modules since perl 5) and L (since 5.6.2). L. +=head1 SEE ALSO + +L, L, L. + =head1 AUTHOR Vincent Pit, C<< >>, L.