Paketname | libtest-distribution-perl |
Beschreibung | perform tests on all modules of a distribution |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.00-2 |
Sektion | universe/perl |
Priorität | extra |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16), libfile-find-rule-perl (>= 0.03), libfile-spec-perl, perl-modules (>= 5.10) | li |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core Developers |
Quelle | |
Paketgröße | 18814 Byte |
Prüfsumme MD5 | e2948eadf14772004748ae00b15893a8 |
Prüfsumme SHA1 | a3ebf7de5a495cec3ad30cdea0cf617ee7ae7bfc |
Prüfsumme SHA256 | d976e7ded7bf81616318f2e668b1eeafec9b9bff98a739b7db47ef4bff8d0d89 |
Link zum Herunterladen | libtest-distribution-perl_2.00-2_all.deb |
Ausführliche Beschreibung | 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.
|