We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa31ec8 commit 6c18da7Copy full SHA for 6c18da7
doc/Language/testing.pod
@@ -544,8 +544,9 @@ B<not> passed. Both functions accept an optional test C<$description>.
544
545
flunk "But this one hasn't passed";
546
547
-Such constructs are used when one has a complicated test condition.
548
-As such, they should be used very, very sparingly.
+Since these subroutines do not provide indication of what value was received
+and what was expected, they should be used sparingly, such as when evaluating
549
+a complex test condition.
550
551
=item X<diag($message)|diag>
552
0 commit comments