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

Changelog

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

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/copyright: Update years of copyright, minor changes for DEP-5.
  * Use source format 3.0 (quilt).
  * Bump Standards-Version to 3.8.4.
  * Add myself to Uploaders.

  [ gregor herrmann ]
  * debian/control: remove version from (build) dependencies and add a build
    dep on libtest-pod-coverage-perl.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:56:11 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-strict-perl_0.14.orig.tar.gz 8.0 KiB c04aef226b210ea06fd436f176e59aa3f9a0d7db326bb04f5a6047584a68ac98
libtest-strict-perl_0.14-1.debian.tar.gz 1.9 KiB 250bd77545d4d1dd2cf254cccbf3577a127037f75ce1ab32fca2dc0f6450887d
libtest-strict-perl_0.14-1.dsc 2.1 KiB 3fd5a328ea48a878c0fac3690e5c5d05b07728185993f211f56f37a02f72e27c

Available diffs

View changes file

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.