File: control

package info (click to toggle)
libdist-zilla-plugin-test-reportprereqs-perl 0.029-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 419; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 2,227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libdist-zilla-plugin-test-reportprereqs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libdata-section-perl <!nocheck>,
                     libdist-zilla-perl <!nocheck>,
                     libfile-pushd-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libsub-exporter-formethods-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-reportprereqs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-reportprereqs-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-ReportPrereqs
Rules-Requires-Root: no

Package: libdist-zilla-plugin-test-reportprereqs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-section-perl,
         libdist-zilla-perl,
         libmoose-perl,
         libsub-exporter-formethods-perl
Description: 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.