From: Vincent Pit Date: Tue, 28 Dec 2010 14:36:36 +0000 (+0100) Subject: Document that we don't output default diagnostics X-Git-Tag: v0.01~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=7b053442294016a9ce8e27a3bd424a4a6f829862 Document that we don't output default diagnostics --- diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index d79aef2..8a41e4e 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -50,6 +50,10 @@ It also tests in scalar context, so C<'..'> will be treated as the flip-flop ope =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. + +=item * + C, C, C, C, C, C, C, C blocks and C are not implemented. =item *