X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FLeaner.pm;h=f1ee6ee4ac04d85d009628e8a86aa141d81bc67f;hb=dd0d33dd962cdfb8699dd4f79ee314342e1b1b9f;hp=33650067115fab72c5794ab57a78455d6d4213a1;hpb=2f062217460c40eef7ce43bf273e3f8c09e0673c;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 3365006..f1ee6ee 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -41,12 +41,12 @@ 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 * L and L don't special case regular expressions that are passed as C<'/.../'> strings. -A string regexp argument is always treated as a the source of the regexp, making C and C equivalent to each other and to C (and likewise for C). +A string regexp argument is always treated as the source of the regexp, making C and C equivalent to each other and to C (and likewise for C). =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 *