Skip to content

Commit 6c18da7

Browse files
authored
Reword
“Substitute 'damn' every time you're inclined to write 'very;' your editor will delete it and the writing will be just as it should be.”― Mark Twain
1 parent aa31ec8 commit 6c18da7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/testing.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,9 @@ B<not> passed. Both functions accept an optional test C<$description>.
544544
545545
flunk "But this one hasn't passed";
546546
547-
Such constructs are used when one has a complicated test condition.
548-
As such, they should be used very, very sparingly.
547+
Since these subroutines do not provide indication of what value was received
548+
and what was expected, they should be used sparingly, such as when evaluating
549+
a complex test condition.
549550
550551
=item X<diag($message)|diag>
551552

0 commit comments

Comments
 (0)