libtest-distribution-perl 2.00-3 source package in Ubuntu

Changelog

libtest-distribution-perl (2.00-3) unstable; urgency=low


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

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.
  * Remove alternative (build) dependencies that are already satisfied
    in oldstable.

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

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Switch to "3.0 (quilt)" source format.
  * Add patch to fix POD issues in Changes.pod. (Closes: #711262)
  * Use dh(1) in debian/rules and debhelper compat level 8.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Remove unversioned perl from Depends.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <email address hidden>  Sun, 16 Jun 2013 17:57: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 universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-distribution-perl_2.00-3.dsc 2.2 KiB d47eece7e5b8df1fbd92930bac2fd4e55d5a464156104cb6018c2b78ca3e1176
libtest-distribution-perl_2.00.orig.tar.gz 11.1 KiB 50ecd07fb6cab7b2b2a73b5526ee43b90e77734c9bcec95ce8822b9c0a912b68
libtest-distribution-perl_2.00-3.debian.tar.gz 5.2 KiB 0d17892f4e6de2fd803524894a5b722d9fede2bc4d2272fdbf41853848206bb8

Available diffs

No changes file available.

Binary packages built by this source

libtest-distribution-perl: perform tests on all modules of a distribution

 When using Test::Distribution in a test script, it goes through all the
 modules in your distribution, checks their POD, checks that they compile ok
 and checks that they all define a $VERSION.
 .
 This module also performs a numer of test on the distribution itself. It
 checks that your files match your SIGNATURE file if you have one. It checks
 that your distribution isn't missing certain 'core' description files. It
 checks to see you havent' missed out listing any pre-requisites in Makefile.PL
 .
 It defines its own testing plan, so you usually don't use it in conjunction
 with other Test::* modules in the same file. It's recommended that you just
 create a one-line test script as shown in the SYNOPSIS above. However, there
 are options.