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

Changelog

libtest-strict-perl (0.22-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.

  [ Fabrizio Regalli ]
  * Add myself to Uploaders and Copyright.
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ solveig ]
  * Short explanation in parentheses for kwalitee. Closes: #616029.

  [ Florian Schlichting ]
  * Import Upstream version 0.22.
  * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0).
  * Add myself to uploaders and copyright.
  * Set CHECK_COVERAGE=1 to enable 04cover.t

 -- Florian Schlichting <email address hidden>  Sat, 10 Aug 2013 15:16:06 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.22-1.dsc 2.2 KiB 26a64dc67e60ef2f95fabd11ca123c0ed5f8baaac1b99781f58e410214b66cdc
libtest-strict-perl_0.22.orig.tar.gz 10.6 KiB 320aee57052fdaa4d6190a34f1620902ac98f4191d78fd3c27adea320ec0cfff
libtest-strict-perl_0.22-1.debian.tar.gz 2.3 KiB 38bbf08b7b744e5a7b5f119394b41b96753ea69903fc4e364ab20eea44ba89b4

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.