Commit graph

3 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
d3b7cb489e Update to 0.007
Upstream changes:
0.007     2013-08-30 09:53:47 America/New_York

    [FIXED]

    - In some situations, the source of a local warning can have an
      absolute filename and would not be reported if ALLOW_DEPS were true.
      Now absolute filenames are made relative to the original cwd before
      checking if they are local or not.

    [DOCUMENTED]

    - Fixed synopsis to match new failing test label

0.006     2013-08-22 10:41:11 America/New_York

    [CHANGED]

    - The label of the failing test has been revised for clarity
2013-09-05 06:50:02 +00:00
sno
f25232ee0b Adding package for CPAN distribution Test-FailWarnings version 0.005 into
devel/p5-Test-FailWarnings.

This module hooks $SIG{__WARN__} and converts warnings to Test::More's
fail() calls. It is designed to be used with done_testing, when you don't
need to know the test count in advance.

Just as with Test::NoWarnings, this does not catch warnings if other things
localize $SIG{__WARN__}, as this is designed to catch unhandled warnings.
2013-07-03 07:22:45 +00:00