libtest-needs-perl 0.002009-ok1 source package in openKylin

Changelog

libtest-needs-perl (0.002009-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 22 Aug 2022 09:30:51 +0800

Upload details

Uploaded by:
sufang
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

Downloads

File Size SHA-256 Checksum
libtest-needs-perl_0.002009.orig.tar.gz 16.4 KiB 379557d79edd5e14fe272856d75a0ec9d864b60f39b3d89945014b7afa77262c
libtest-needs-perl_0.002009-ok1.debian.tar.xz 7.8 KiB 1755a5de5cf905c1b839ec545d8ed167415ece1fe55864d8babc86879186c168
libtest-needs-perl_0.002009-ok1.dsc 1.9 KiB ca0aa240869d402790a4cb322f67f85ac2b3fe47b072998ddb785f88c735282a

View changes file

Binary packages built by this source

libtest-needs-perl: module to skip tests when modules are not available

 Test::Needs allows one to skip test scripts if modules are not available. The
 requested modules will be loaded, and optionally have their versions checked.
 If the module is missing, the test script will be skipped. Modules that are
 found but fail to compile will exit with an error rather than skip.
 .
 If used in a subtest, the rest of the subtest will be skipped.
 .
 If the "RELEASE_TESTING" environment variable is set, the tests will
 fail rather than skip. Subtests will be aborted, but the test script
 will continue running after that point.