Subject: | Move use_ok, require_ok and is_deeply together with the rest of the test functions |
use_ok, require_ok and is_deeply are positioned separate from the rest
of the test functions in the docs. This can cause some confusion
regarding their return values and if they really are test functions.
It also doesn't make a clear separation between test functions and
utilities.