File: control

package info (click to toggle)
libmocked-perl 0.09-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: perl: 1,736; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,019 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
Source: libmocked-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 (>= 11)
Build-Depends-Indep: libtest-exception-perl,
                     liburi-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmocked-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmocked-perl.git
Homepage: https://metacpan.org/release/mocked

Package: libmocked-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to use real libraries from within mocked libraries
 When mocking modules using 'mocked', you are certain that no extra "real"
 libraries are being loaded.  But sometimes you don't want to use real
 libraries from within your mocked library.  This module allows you to load
 real libraries using your previous include paths.