File: control

package info (click to toggle)
liblog-trace-perl 1.070-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 196 kB
  • sloc: perl: 859; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,281 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
Source: liblog-trace-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 (>= 10)
Build-Depends-Indep: perl,
                     libdata-serializer-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-trace-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblog-trace-perl.git
Homepage: https://metacpan.org/release/Log-Trace

Package: liblog-trace-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: libdata-serializer-perl
Description: Perl module to provide a unified approach to tracing
 A module to provide a unified approach to tracing. A script can use Log::Trace
 qw( < mode > ) to set the behaviour of the TRACE function.
 .
 By default, the trace functions are exported to the calling package only. You
 can export the trace functions to other packages with the "Deep" option. See
 "OPTIONS" for more information.
 .                     
 All exports are in uppercase (to minimise collisions with "real" functions).