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

Changelog

libtest-warnings-perl (0.031-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 06:09:38 +0300

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.031.orig.tar.gz 41.0 KiB 1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b
libtest-warnings-perl_0.031-ok2.debian.tar.xz 6.6 KiB 2d86fdb6c428a1e46f17577a44b6b04ab1c05d14da3f4f0acf85b569e5d9073c
libtest-warnings-perl_0.031-ok2.dsc 2.0 KiB 50b59d0a93d552bc8132ad79d7d5a86023e2311ce6862288966d8149f58b47ab

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.