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

Changelog

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

  * Team upload.
  * Import upstream version 0.31.
  * Add build dependency on libio-stringy-perl.

 -- gregor herrmann <email address hidden>  Tue, 27 Oct 2015 21:05:55 +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.31-1.dsc 2.4 KiB 59390fb8478bc69e00cff30e58bd2c986c2e8d7bd69e94242543f52539917428
libtest-strict-perl_0.31.orig.tar.gz 12.3 KiB a49f6eb283a17f099fcd1e579eabca6585486116447598c908100997c44bdd59
libtest-strict-perl_0.31-1.debian.tar.xz 3.0 KiB a2da7238894d6470f8b9be193dce8812a265998351b9910165cacaad99325073

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.