File: control

package info (click to toggle)
libtest-without-module-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 168 kB
  • ctags: 9
  • sloc: perl: 223; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 944 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
Source: libtest-without-module-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 (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-without-module-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-without-module-perl.git
Homepage: https://metacpan.org/release/Test-Without-Module

Package: libtest-without-module-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: test fallback behaviour in absence of modules
 Test::Without::Module allows you to deliberately hide modules from a program
 even though they are installed. This is mostly useful for testing modules
 that have a fallback when a certain dependency module is not installed.