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

Changelog

libtest-distribution-perl (2.00-5) unstable; urgency=medium

  * Team upload.
  * Drop blank line in debian/watch
  * Add debian/upstream/metadata
  * Bump debhelper compatibility level to 9
  * Mark package as autopkg-testable

 -- Lucas Kanashiro <email address hidden>  Thu, 24 Dec 2015 09:55:58 -0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-distribution-perl_2.00-5.dsc 2.4 KiB d0aea38a504ac415f251795219efdac6ae1082ee2278f7cb79af6349286bfe06
libtest-distribution-perl_2.00.orig.tar.gz 11.1 KiB 50ecd07fb6cab7b2b2a73b5526ee43b90e77734c9bcec95ce8822b9c0a912b68
libtest-distribution-perl_2.00-5.debian.tar.xz 5.4 KiB 73436267529ca32516a1e235a771b6065ad30153b1aa1bc58b2560233077dcca

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 number of tests 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 haven't 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.