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

Changelog

libtest-warnings-perl (0.031-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Thu, 25 Aug 2022 04:23:26 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.031.orig.tar.gz 41.0 KiB 1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b
libtest-warnings-perl_0.031-ok1.debian.tar.xz 6.5 KiB 47a932c7d1474c5d56efb72297605d9c456a37795ea265c202d40552e4e3d07f
libtest-warnings-perl_0.031-ok1.dsc 2.0 KiB 135afa0e2205c11ff73f52513c5451db26186bfd742c231855c2266256e9f56e

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.