File: control

package info (click to toggle)
libmodule-install-authortests-perl 0.002-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: perl: 933; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,000 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
Source: libmodule-install-authortests-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper,
 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://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git
Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/

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.