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

Changelog

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

  * Team upload.
  * Import upstream versions 0.32, 0.34, 0.36.
  * Update years of upstream copyright.
  * Update {Upstream-,}Contact in debian/{copyright,upstream/metadata}.

 -- gregor herrmann <email address hidden>  Mon, 18 Jan 2016 21:34:04 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.36-1.dsc 2.4 KiB f4aa627c1b3ec640074d710da4a3b03bcd85028e98ab793e6b39b5d522ca59b3
libtest-strict-perl_0.36.orig.tar.gz 19.4 KiB 105d751b67ca2203e5730f87865025c4cdd20cb6a6f2618cd07f776c9abe26d0
libtest-strict-perl_0.36-1.debian.tar.xz 3.0 KiB e45834c01c6e0ca2d4ca302f97b3aae2441919a36f000414f013358c4f3014f0

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.