Source: libtest-distribution-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libfile-find-rule-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libpod-coverage-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-distribution-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-distribution-perl.git
Homepage: https://metacpan.org/release/Test-Distribution/

Package: libtest-distribution-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-find-rule-perl,
         libtest-pod-perl,
         libtest-pod-coverage-perl,
         libpod-coverage-perl
Description: 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.

