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.
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
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.