File: control

package info (click to toggle)
libcarp-clan-perl 6.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 341; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,243 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
Source: libcarp-clan-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-simple-perl,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcarp-clan-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcarp-clan-perl.git
Homepage: https://metacpan.org/release/Carp-Clan
Rules-Requires-Root: no

Package: libcarp-clan-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl enhancement to Carp error logging facilities
 Carp::Clan is a Perl module designed to report errors from the perspective
 of the caller of a "clan" of modules, similar to "Carp" itself. Instead of
 giving it a number of levels to skip on the calling stack, you give it a
 pattern to characterize the package names of the "clan" of modules which
 shall never be blamed for any error.
 .
 These modules stick together like a "clan" and any error which occurs will
 be blamed on the "outsider" script or modules not belonging to this clan.