软件包: libdist-zilla-plugin-test-reportprereqs-perl (0.027-1)
libdist-zilla-plugin-test-reportprereqs-perl 的相关链接
Trisquel 的资源:
下载源码包 libdist-zilla-plugin-test-reportprereqs-perl:
- [libdist-zilla-plugin-test-reportprereqs-perl_0.027-1.dsc]
- [libdist-zilla-plugin-test-reportprereqs-perl_0.027.orig.tar.gz]
- [libdist-zilla-plugin-test-reportprereqs-perl_0.027-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libmodule-install-perl
- libdist-zilla-plugin-checkbin-perl
- libdist-zilla-plugin-installguide-perl
- libdist-zilla-plugin-makemaker-awesome-perl
- libdist-zilla-plugin-minimumperlfast-perl
- libdist-zilla-app-command-cover-perl
- libdist-zilla-perl
- libtest-cpan-meta-json-perl
- libdist-zilla-plugin-test-compile-perl
- libdist-zilla-plugins-cjm-perl
- libtest-distribution-perl
module to report on prerequisite versions during automated testing
The Dist::Zilla::Plugin::Test::ReportPrereqs plugin adds a t/00-report-prereqs.t test file. It reports the version of all modules listed in the distribution metadata prerequisites (including 'recommends', 'suggests', etc.). However, any 'develop' prereqs are not reported (unless they show up in another category).
If a MYMETA.json file exists and CPAN::Meta is installed on the testing machine, MYMETA.json will be examined for prerequisites in addition, as it would include any dynamic prerequisites not set in the distribution metadata.
Versions are reported based on the result of parse_version from ExtUtils::MakeMaker, which means prerequisite modules are not actually loaded (which avoids various edge cases with certain modules). Parse errors are reported as "undef". If a module is not installed, "missing" is reported instead of a version string.
其他与 libdist-zilla-plugin-test-reportprereqs-perl 有关的软件包
|
|
|
-
- dep: libdata-section-perl (>= 0.200002)
- module to read chunks of data from a module's DATA section
-
- dep: libdist-zilla-perl
- Perl distribution builder
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libsub-exporter-formethods-perl
- Sub::Exporter extension for handling methods
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language