libtest-strict-perl 0.52-ok1 source package in openKylin
Changelog
libtest-strict-perl (0.52-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Tue, 20 Sep 2022 16:56:51 +0800
libtest-strict-perl (0.52-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Tue, 20 Sep 2022 16:56:51 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libtest-strict-perl_0.52.orig.tar.gz | 20.6 KiB | 0a5235c7256a5acc2bd1cd9a7cd9555e7e45976b728239fd1af534557ef2c3fd |
libtest-strict-perl_0.52-ok1.debian.tar.xz | 8.0 KiB | 2c6186ae5b80c2d4a86652ea6c5ab0d7dd5fffb1284ee1fdac6126ef92ceb4a2 |
libtest-strict-perl_0.52-ok1.dsc | 1.9 KiB | 79e439b559e02c20575224d16fca242929de1d4e7e7dfef884ebd6df79b1c835 |
Test::Strict tests if the code compiles and inter-operates with
Test::Simple modules. Another good practice this module can test
is to "use strict;" in all perl files.
.
By setting a minimum test coverage through all_cover_ok(), a code
author can ensure his code is tested above a preset level of kwalitee
(CPAN quality metrics) throughout the development cycle. Along with
Test::Pod, this module can provide the first tests to setup for a
module author.