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
libtest-needs-perl (0.002010-ok1) nile; urgency=medium * Build for openKylin. -- luoyaoming <email address hidden> Tue, 16 Apr 2024 20:11:31 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
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 |
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.