X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=lib%2FTest%2FLeaner.pm;fp=lib%2FTest%2FLeaner.pm;h=f1ee6ee4ac04d85d009628e8a86aa141d81bc67f;hp=796a77bb20d65b599d8929db6b5fbc4706b18289;hb=dd0d33dd962cdfb8699dd4f79ee314342e1b1b9f;hpb=ce70de09930c966ce0798f8daff3b971e9934cc5 diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 796a77b..f1ee6ee 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -41,7 +41,7 @@ However, L honors C<'bool'> overloading, L and L honor C<' =item * -L, L, L, L, L, L, L and L are all guaranteed to return the truth value of the test. +L, L, L, L, L, L, L, L and L are all guaranteed to return the truth value of the test. =item * @@ -61,6 +61,7 @@ If the two first arguments present parallel memory cycles, the test may result i =item * The tests don't output any kind of default diagnostic in case of failure ; the rationale being that if you have a large number of tests and a lot of them are failing, then you don't want to be flooded by diagnostics. +Moreover, this allows a much faster variant of L. =item *