libtest-strict-perl 0.52-5 source package in Ubuntu

Changelog

libtest-strict-perl (0.52-5) unstable; urgency=medium

  * Team upload.
  * Remove generated test files via debian/clean. (Closes: #1049014)

 -- gregor herrmann <email address hidden>  Fri, 08 Mar 2024 20:12:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.52-5.dsc 2.5 KiB 22984db4b5103382a2bb79fbfff271a38c9957af4dc59939dd7272704afb664c
libtest-strict-perl_0.52.orig.tar.gz 20.4 KiB 27dbd2f219cfa6f5ea68a468723dad7851fd936ed0aba19676fb6a92df6ca6d8
libtest-strict-perl_0.52-5.debian.tar.xz 5.2 KiB 5645e2c9d5ec9da25ec196a8f21d146e8108df6d889a59395b6fa7698ffba1cc

Available diffs

No changes file available.

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.