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 3974b1c commit 14567d4Copy full SHA for 14567d4
doc/Language/testing.pod6
@@ -178,7 +178,8 @@ C<done-testing>.
178
179
Specify that testing has finished. Use this function when you do not as yet
180
have a C<plan> for the number of tests to run. A C<plan> is thus not
181
-required when using C<done-testing>.
+required when using C<done-testing>. (Note: It is recommended that the C<done-testing>
182
+be removed when all tests are finalized to help catch future test errors.)
183
184
=head1 Testing return values
185
0 commit comments