Alt-Sub-Delete-NewPackageSeparator
view release on metacpan or search on metacpan
t/Test/More.pm view on Meta::CPAN
110111112113114115116117118119120121122123124125126127128129Before anything
else
, you need a testing plan. This basically declares
how many tests your script is going to run to protect against premature
failure.
There are rare cases
when
you will not know beforehand how many tests
your script is going to run. In this case, you can declare that you
have
no
plan. (Try to avoid using this as it weakens your test.)
B<NOTE>: using no_plan requires a Test::Harness upgrade
else
it will
think everything
has
failed. See L<CAVEATS and NOTES>).
In some cases, you'll want to completely skip an entire testing script.
( run in 0.245 second using v1.01-cache-2.11-cpan-55f5a4728d2 )