libtest-failwarnings-perl 0.008-ok1 source package in openKylin

Changelog

libtest-failwarnings-perl (0.008-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Thu, 25 Aug 2022 08:24:46 +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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-failwarnings-perl_0.008.orig.tar.gz 13.4 KiB da34ef9029f6849d6026201d49127d054ee6ac4b979c82210315f5721964a96f
libtest-failwarnings-perl_0.008-ok1.debian.tar.xz 5.4 KiB 964177cb8db3c7696f2f9514ec4ae92ae2986e3a7b72ccfea2f0498a8f275762
libtest-failwarnings-perl_0.008-ok1.dsc 2.0 KiB 8b3bae3b0c99d8c9a442a6d8f06e4d78a37a02d286b326b95ae453e08fff177b

View changes file

Binary packages built by this source

libtest-failwarnings-perl: module for adding test failures if warnings are caught

 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.