From: Vincent Pit Date: Sat, 25 Dec 2010 18:42:18 +0000 (+0100) Subject: Document that tests functions return the value of the test X-Git-Tag: v0.01~16 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=e3abaf6002541705d0afdab5a64e6f82dde4ec6c Document that tests functions return the value of the test --- diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 6ae6e2b..c1b8df4 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -500,6 +500,11 @@ END { } } +=pod + +L, L, L, L, L, L, L and L are all guaranteed to return the truth value of the test. +Their L counterparts behave the same, but it is not documented anywhere. + =head1 DEPENDENCIES L 5.6.