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

Changelog

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

  * Team upload.
  * Add patch from upstream PR: fix tests with perl 5.38.
    (Closes: #1040659)
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Mon, 07 Aug 2023 23:43:20 +0200

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
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.52-4.dsc 2.5 KiB 987340238ac595839edc09487324e4e1d655655daaec1b91c1e2fe44fe8bbe86
libtest-strict-perl_0.52.orig.tar.gz 20.4 KiB 27dbd2f219cfa6f5ea68a468723dad7851fd936ed0aba19676fb6a92df6ca6d8
libtest-strict-perl_0.52-4.debian.tar.xz 5.2 KiB 6f6052bb338462c19ed8cf9d0eb015b59930c6bf0ba775811042d404a3653092

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.