libtest-strict-perl 0.30-1 source package in Ubuntu

Changelog

libtest-strict-perl (0.30-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.30.

 -- gregor herrmann <email address hidden>  Mon, 26 Oct 2015 20:01:36 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.30-1.dsc 2.4 KiB e690c59c7b45761f292d382d40feb476630daf0bf669747a9f7cd2ea83eb92c0
libtest-strict-perl_0.30.orig.tar.gz 12.2 KiB b8309215bbe711de85289dedda8c729562d9092563b230d05899373c63ad9517
libtest-strict-perl_0.30-1.debian.tar.xz 2.9 KiB 94526ec3b5ec5aee1e7c7c20f580f787170cbdbf9143dc5ccbc13cc971a43c2a

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.