libtest-strict-perl 0.54-ok1 source package in openKylin

Changelog

libtest-strict-perl (0.54-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:21:22 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.54.orig.tar.gz 20.4 KiB f6807517823a90a96b40deeaed9aa080082ded4b50a51204f5be1e7ce774c85c
libtest-strict-perl_0.54-ok1.debian.tar.xz 2.8 KiB 9589f19a211bc842817a2ddf58f2f585406152973100f28b0033bcedb7afcf2a
libtest-strict-perl_0.54-ok1.dsc 2.1 KiB 4c9e5363a76810cdc40465394403b099daf3e2d9f63725788413603452b39fb1

Available diffs

View changes file

Binary packages built by this source

libtest-strict-perl: test module for checking the syntax of use strict and test coverage

 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.