libtest2-plugin-nowarnings-perl 0.09-ok1 source package in openKylin

Changelog

libtest2-plugin-nowarnings-perl (0.09-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Tue, 20 Sep 2022 16:03:12 +0800

Upload details

Uploaded by:
zhangyichun
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
libtest2-plugin-nowarnings-perl_0.09.orig.tar.gz 25.8 KiB be3dd800042eef362bf17d2056cf9e934dee91ccce98e4f178b8fb5772f2fb74
libtest2-plugin-nowarnings-perl_0.09-ok1.debian.tar.xz 4.7 KiB a30e69552f26d572eea85f23f0dd439c95b4a1818bf9996351edda349bfb5bc4
libtest2-plugin-nowarnings-perl_0.09-ok1.dsc 2.0 KiB a19e7ff0d866eece34670f1a08eaf4904e88b65748494b769b3ee9216fdfe3ab

View changes file

Binary packages built by this source

libtest2-plugin-nowarnings-perl: Perl testing plugin to fail tests if warnings are generated

 The Test2::Plugin::NoWarnings plugin causes tests to fail if any warnings
 are generated whilst the tests run. Each warning generates a new failing
 test, and the warning content is output via diag.
 .
 This module uses $SIG{__WARN__}, so if the code you're testing sets this,
 this module will stop working.