From: Vincent Pit Date: Tue, 18 Jan 2011 10:15:26 +0000 (+0100) Subject: Talk about is_deeply() in POD X-Git-Tag: v0.03~20 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=dd0d33dd962cdfb8699dd4f79ee314342e1b1b9f Talk about is_deeply() in POD --- 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 *