X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=README;h=69478025296a8dd3e1734de9cfe747418f60ac18;hp=72776c2f01a09a7a9cdc2beecff05d3ea7e04a14;hb=f1aad8ec2ce1d9605f720789dbb48fb3afbec3e8;hpb=90b6c795c9fab6343c3501923aacc8f43f7a82ea diff --git a/README b/README index 72776c2..6947802 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME with valgrind. VERSION - Version 1.12 + Version 1.14 SYNOPSIS # From the command-line @@ -48,7 +48,9 @@ DESCRIPTION ALSO" section. METHODS - "analyse [ %options ]" + "analyse" + Test::Valgrind->analyse(%options); + Run a "valgrind" analysis configured by %options : * "command => $command" @@ -103,7 +105,9 @@ METHODS Defaults to false. - "import [ %options ]" + "import" + use Test::Valgrind %options; + In the parent process, "import" calls "analyse" with the arguments it received itself - except that if no "file" option was supplied, it tries to pick the first caller context that looks like a script. When the @@ -170,7 +174,7 @@ SUPPORT perldoc Test::Valgrind ACKNOWLEDGEMENTS - Rafaël Garcia-Suarez, for writing and instructing me about the existence + Rafaël Garcia-Suarez, for writing and instructing me about the existence of Perl::Destruct::Level (Elizabeth Mattijsen is a close second). H.Merijn Brand, for daring to test this thing. @@ -185,7 +189,7 @@ ACKNOWLEDGEMENTS into completely rewriting it. COPYRIGHT & LICENSE - Copyright 2008-2009 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.