libtest-warnings-perl 0.033-ok1 source package in openKylin

Changelog

libtest-warnings-perl (0.033-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:57:02 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.033.orig.tar.gz 43.1 KiB b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
libtest-warnings-perl_0.033-ok1.debian.tar.xz 1.8 KiB d61b885fcd2804c2bebfaab25049fd999a4a932326bb54926c11ad1489ce27c9
libtest-warnings-perl_0.033-ok1.dsc 2.1 KiB 7639ffef001a991bf769b5a4e73e8ff11b11225bf5fc9c668b8a401c1511ca21

Available diffs

View changes file

Binary packages built by this source

libtest-warnings-perl: Perl module to test for warnings and the lack of them

 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.