File: control

package info (click to toggle)
libtest-mockobject-perl 1.20161202-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 53
  • sloc: perl: 1,225; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,298 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
30
Source: libtest-mockobject-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcgi-pm-perl (>= 4.15),
                     libtest-exception-perl,
                     libtest-warn-perl,
                     libuniversal-can-perl (>= 1.20110617),
                     libuniversal-isa-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-mockobject-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-mockobject-perl.git
Homepage: https://metacpan.org/release/Test-MockObject

Package: libtest-mockobject-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libuniversal-can-perl (>= 1.20110617),
         libuniversal-isa-perl
Description: Perl extension for emulating troublesome interfaces
 Test::MockObject allows you to control interfaces for writing
 tests in perl. It can emulate interfaces that you normally
 would use (such as a database or other external items).
 You don't have to recreate the functionality, but simply mimic
 the input and output.