Path to this page:
./
devel/p5-Test-Warnings,
Test for warnings and the lack of them
Branch: CURRENT,
Version: 0.037,
Package name: p5-Test-Warnings-0.037,
Maintainer: wenThis 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.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-CPAN-Meta-Check] [
devel/p5-Module-Metadata] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 43.963 KB
Version history: (Expand)
- (2025-01-12) Updated to version: p5-Test-Warnings-0.037
- (2025-01-05) Updated to version: p5-Test-Warnings-0.036
- (2024-11-16) Updated to version: p5-Test-Warnings-0.033nb1
- (2024-01-28) Updated to version: p5-Test-Warnings-0.033
- (2023-10-22) Updated to version: p5-Test-Warnings-0.032
- (2023-07-06) Updated to version: p5-Test-Warnings-0.031nb2
CVS history: (Expand)
2025-01-12 10:59:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Test-Warnings: update to 0.037.
0.037 2025-01-05 20:38:16Z
- remove unneeded use of Import::Into
- fix tests that invoke Test::Warnings->import directly
|
2025-01-05 10:09:34 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
p5-Test-Warnings: add suggested p5-Import-Into dependency
Ride update
|
2025-01-05 10:07:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Test-Warnings: update to 0.036.
0.036 2025-01-03 18:30:28Z
- avoid redefinition warnings when $^W is enabled in tests
(RT#158297)
0.035 2025-01-03 17:47:24Z
- allow tests to pass even when Import::Into is not installed
(RT#158296)
- add backcompat shim for cases where Test::More is loaded in tests
after Test::Warnings
0.034 2025-01-03 02:46:29Z
- fix Test2 compability for done_testing()
- Test2::Warnings added as a simple wrapper (for now)
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-01-28 12:55:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Test-Warnings: update to 0.033.
0.033 2024-01-23 03:31:29Z
- add Test2 compatibility in the test triggered by done_testing();
- new long-awaited feature (!!!) "allow_patterns", to either
temporarily or globally exempt particular warning patterns
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|