File: control

package info (click to toggle)
libtest-carp-perl 0.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: perl: 168; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,023 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
Source: libtest-carp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-carp-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-carp-perl.git
Homepage: https://metacpan.org/release/Test-Carp

Package: libtest-carp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to test your code for calls to Carp functions
 Test::Carp is a module that facilitates testing whether or not a 
 particular Carp function is called as a result of given code. It also
 allows checking the value (error message) the Carp function is called
 with.