Skip to content

Commit aa31ec8

Browse files
authored
Remove needless Perl 5 module reference
1 parent 821b6ae commit aa31ec8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/Language/testing.pod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,8 @@ B<not> passed. Both functions accept an optional test C<$description>.
544544
545545
flunk "But this one hasn't passed";
546546
547-
As the Perl 5 documentation for C<Test::More> notes, such constructs are
548-
used when one has a complicated test condition. As such, they should be
549-
used very, very sparingly.
547+
Such constructs are used when one has a complicated test condition.
548+
As such, they should be used very, very sparingly.
550549
551550
=item X<diag($message)|diag>
552551

0 commit comments

Comments
 (0)