Commit graph

4 commits

Author SHA1 Message Date
wen
329dab0fcf Update to 0.012
Update BUILD_DEPENDS

Upstream changes:
0.012     2013-10-14 16:54:47Z (Karen Etheridge)
          - re-release to fix t/00-report-prereqs.t use of
            CPAN::Meta::Requirements

0.011     2013-10-12 22:15:02Z (Karen Etheridge)
          - unnecessary tests removed; CONTRIBUTING file added

0.010     2013-09-25 03:29:53Z (Karen Etheridge)
          - re-release with fixed compile test
2013-10-15 02:41:38 +00:00
wiz
1265fa7628 Update to 0.009, previous distfile is gone.
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'
2013-09-15 13:12:49 +00:00
wen
cc76b08b67 Fix build.
Reported by joerg@, thanks !
2013-09-15 00:52:54 +00:00
wen
64757089aa Import Test-Warnings-0.008 as devel/p5-Test-Warnings.
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.
2013-09-05 08:49:38 +00:00