File: control

package info (click to toggle)
libtest-compile-perl 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: perl: 691; makefile: 2; sh: 1
file content (29 lines) | stat: -rw-r--r-- 1,266 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
Source: libtest-compile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libtest-exception-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     libuniversal-require-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-compile-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-compile-perl.git
Homepage: https://metacpan.org/release/Test-Compile
Rules-Requires-Root: no

Package: libtest-compile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libuniversal-require-perl
Description: test module for checking that scripts and modules compile
 Test::Compile is a Perl module that lets you check whether a Perl module or
 script compiles properly, and report its results in standard Test::Simple
 fashion. It can test all Perl modules in a distribution, as well as single
 module or script files.