X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind.pm;h=8bb041e229f500c2781960a9e99b3fa0ce1345f8;hb=77d53e292f2fdac4991d1d6c140f1edd79ff3afa;hp=d5ddb2873a04004df43623d8aa817a35ec9e5b64;hpb=cea977523ce9c4be865b97a0813a5e14cce873f9;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index d5ddb28..8bb041e 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -49,7 +49,9 @@ As such, it's complementary to the other very good leak detectors listed in the =head1 METHODS -=head2 C +=head2 C + + Test::Valgrind->analyse(%options); Run a C analysis configured by C<%options> : @@ -194,7 +196,9 @@ sub analyse { return $status; } -=head2 C +=head2 C + + use Test::Valgrind %options; In the parent process, L calls L with the arguments it received itself - except that if no C option was supplied, it tries to pick the first caller context that looks like a script. When the analysis ends, it exits with the status returned by the action (for the default TAP-generator action, it's the number of failed tests). @@ -369,7 +373,7 @@ All you people that showed interest in this module, which motivated me into comp =head1 COPYRIGHT & LICENSE -Copyright 2008,2009,2010,2011 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.