File: control

package info (click to toggle)
libmodule-install-authortests-perl 0.002-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 180 kB
  • sloc: perl: 933; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (2)
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
Source: libmodule-install-authortests-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper (>= 10~),
 dh-buildinfo,
 libmodule-install-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-authortests-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-authortests-perl
Homepage: https://metacpan.org/release/Module-Install-AuthorTests
Testsuite: autopkgtest-pkg-perl

Package: libmodule-install-authortests-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: designate tests only run by module authors
 Module::Install::AuthorTests adds two Module::Install commands which
 declares that the test files found in the directory ./xt should be run
 only if the module is being built by an author.