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

Changelog

libtest2-plugin-nowarnings-perl (0.10-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:22:05 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.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

Downloads

File Size SHA-256 Checksum
libtest2-plugin-nowarnings-perl_0.10.orig.tar.gz 27.0 KiB c97cb1122cc6e3e4a079059da71e12f65760bfb0671d19d25a7ec7c5f1f240fb
libtest2-plugin-nowarnings-perl_0.10-ok1.debian.tar.xz 4.6 KiB d1fa060e2744646f472e80ce927d1985da0e22cee0319b31c6347073b661214f
libtest2-plugin-nowarnings-perl_0.10-ok1.dsc 2.2 KiB ecbb0af90d3fd46728e06d37f5dbeb44e58c432a3f92746ed1c79fa4610773d6

Available diffs

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.