libtest-failwarnings-perl 0.8-ok1 source package in openKylin
Changelog
libtest-failwarnings-perl (0.8-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:19:47 -0700
libtest-failwarnings-perl (0.8-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:19:47 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libtest-failwarnings-perl_0.8.orig.tar.gz | 13.4 KiB | da34ef9029f6849d6026201d49127d054ee6ac4b979c82210315f5721964a96f |
| libtest-failwarnings-perl_0.8-ok1.debian.tar.xz | 1.9 KiB | fd70dc9a53711a5ad30ff9268db489947caada370a58ffbebcea26f64b07b39b |
| libtest-failwarnings-perl_0.8-ok1.dsc | 2.0 KiB | d2f83002a7ec5e05d6481ea641e34dfad7cda3fc5eb6803a9454e8f99e00ab2b |
Test::FailWarnings 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.