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

Changelog

libtest-needs-perl (0.002010-ok1) nile; urgency=medium

  * Build for openKylin.

 -- luoyaoming <email address hidden>  Tue, 16 Apr 2024 20:11:31 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.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 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-needs-perl_0.002010.orig.tar.gz 17.0 KiB 923ffdc78fcba96609753e4bae26b0ba0186893de4a63cd5236e012c7c90e208
libtest-needs-perl_0.002010-ok1.debian.tar.xz 1.7 KiB 42205fe7e6ad59c02327bcf782fd3f185c43dffdfaabeeca9ec9979d9f372a24
libtest-needs-perl_0.002010-ok1.dsc 1.9 KiB d86a7e424e7e2c8425fc4bf012821aed8dce03253fffee75c8704583401aefbc

Available diffs

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.