File: control

package info (click to toggle)
libcarp-assert-more-perl 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: perl: 2,482; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,469 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
31
32
33
Source: libcarp-assert-more-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
           Damyan Ivanov <dmn@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcarp-assert-more-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcarp-assert-more-perl.git
Homepage: https://metacpan.org/release/Carp-Assert-More
Rules-Requires-Root: no

Package: libcarp-assert-more-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libscalar-list-utils-perl,
         libtest-exception-perl,
         libtest-simple-perl
Description: set of convenient assertions easier to use than libcarp-assert-perl
 Carp::Assert::More is a convenient set of assertions intending to make
 the habit of writing assertions even easier. Compared to the
 Carp::Assert functions, this module is pure syntactic sugar, so that
 programmers have no more excuse to not use them.