パッケージ: 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 (メールアーカイブ)
- 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