libtest-strict-perl 0.39-2 source package in Ubuntu

Changelog

libtest-strict-perl (0.39-2) unstable; urgency=medium

  * Team upload.
  * Add debian/tests/pkg-perl/smoke-skip as an empty dummy file to keep
    pkg-perl-tools-autopkgtest from removing required files.
  * Declare compliance with Debian Policy 4.0.1.

 -- gregor herrmann <email address hidden>  Tue, 15 Aug 2017 19:27:02 +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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.39-2.dsc 2.3 KiB 1f6bf8695b4954456fb2c7a2f24686c49729bff688134c41991597c26e35fd1b
libtest-strict-perl_0.39.orig.tar.gz 19.7 KiB eb9bdff03533cd75153ada52c83d1683352d957d2a77fb554053ad132e3a3f3a
libtest-strict-perl_0.39-2.debian.tar.xz 3.4 KiB 0f941a311f1066521fff44de2fda1c88b0318b34f2b5ad3e787cbe18efa174d7

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.