套件:libtest-distribution-perl(2.00-7)
libtest-distribution-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtest-distribution-perl:
- [libtest-distribution-perl_2.00-7.dsc]
- [libtest-distribution-perl_2.00.orig.tar.gz]
- [libtest-distribution-perl_2.00-7.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libmodule-install-authorrequires-perl
- libtest-dependencies-perl
- libextutils-makemaker-dist-zilla-develop-perl
- libtest-signature-perl
- libfile-find-rule-perl-perl
- libtest-pod-no404s-perl
- libtest-hasversion-perl
- libdist-zilla-plugin-test-reportprereqs-perl
- libtask-weaken-perl
- librecommended-perl
- libtest-roo-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.
其他與 libtest-distribution-perl 有關的套件
|
|
|
|
-
- dep: libfile-find-rule-perl
- module to search for files based on rules
-
- dep: libpod-coverage-perl
- checker for comprehensiveness of perl module documentation
-
- dep: libtest-pod-coverage-perl
- module to check for pod coverage in a distribution
-
- dep: libtest-pod-perl
- module to test for POD errors
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language