0.009 2013-09-11 04:49:55Z (Karen Etheridge)
- fixed error in synopsis (we do not export anything by default)
- a caveat added to the documentation regarding embedding warning
checks inside another sub (this is for you, ribasushi!!!)
- ':no_end_test' now also covers side effects of done_testing, as
well as END blocks, making it possible to use the warning(s) subs
without having an end warning test while using done_testing
(necessary when combining with the 'if' pragma)
- END tests will not be added by a subequent use of Test::Warnings
if a previous one passed ':no_end_test'
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test
before done_testing calculates the test count, rather than after.
It does this by hooking into done_testing as well as via an END
block. You can declare a plan, or not, and things will still Just
Work.