libtest-needs-perl 0.002009-ok2 source package in openKylin
Changelog
libtest-needs-perl (0.002009-ok2) yangtze; urgency=medium * Modify debian/control. -- sufang <email address hidden> Thu, 15 Sep 2022 16:05:54 +0800
libtest-needs-perl (0.002009-ok2) yangtze; urgency=medium * Modify debian/control. -- sufang <email address hidden> Thu, 15 Sep 2022 16:05:54 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libtest-needs-perl_0.002009.orig.tar.gz | 16.4 KiB | 379557d79edd5e14fe272856d75a0ec9d864b60f39b3d89945014b7afa77262c |
libtest-needs-perl_0.002009-ok2.debian.tar.xz | 7.8 KiB | 38d13d0c18a7a2d29576400c876ea4ec4612bea81bf21102c143b7dca8ca083e |
libtest-needs-perl_0.002009-ok2.dsc | 1.8 KiB | 4f832ad7db8f85cf6a6dd238849f5b5cb41ada616c1537c7386aa0ecd6938bdd |
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.