libtest-warnings-perl 0.038-ok1 source package in openKylin
Changelog
libtest-warnings-perl (0.038-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:21:37 -0700
libtest-warnings-perl (0.038-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:21:37 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | release | main | perl | |
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libtest-warnings-perl_0.038.orig.tar.gz | 44.0 KiB | 3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273 |
| libtest-warnings-perl_0.038-ok1.debian.tar.xz | 1.8 KiB | acb7356424953c48706c1cd6d9a857519615217551a85df80eaba8c8bad5017c |
| libtest-warnings-perl_0.038-ok1.dsc | 2.1 KiB | 627affaaebea65003ab0d880c5ea78bdd6b9841e8fd9d7b8e1c198b68c7e629a |
If you've ever tried to use Test::NoWarnings to confirm there are no
warnings generated by your tests, combined with the convenience of
done_testing to not have to declare a test count, you'll have
discovered that these two features do not play well together, as the
test count will be calculated before the warnings test is run,
resulting in a TAP error.
.
Test::Warnings is intended to be used as a drop-in replacement for
Test::NoWarnings. It can also be used as a replacement for Test::Warn,
if you wish to test the content of expected warnings.