Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #122 from muraiki/master
done() has become done-testing()
  • Loading branch information
FROGGS committed Sep 4, 2015
2 parents d20da36 + 44c6360 commit cc499db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Language/testing.pod
Expand Up @@ -66,11 +66,11 @@ the subtest.
If a C<plan> is used, it is not necessary to denote the end of testing with
C<done>.
=item done
=item done-testing
Specify that testing has finished. Use this function when you do not as yet
have a C<plan> for the number of tests to run. A C<plan> is thus not
required when using C<done>.
required when using C<done-testing>.
=head1 Test functions
Expand Down

0 comments on commit cc499db

Please sign in to comment.