File: control

package info (click to toggle)
liblog-dispatchouli-perl 3.009-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 280 kB
  • sloc: perl: 854; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 2,389 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: liblog-dispatchouli-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libexperimental-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     liblog-dispatch-array-perl <!nocheck>,
                     liblog-dispatch-perl <!nocheck>,
                     libparams-util-perl <!nocheck>,
                     libstring-flogger-perl <!nocheck>,
                     libsub-exporter-globexporter-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatchouli-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatchouli-perl.git
Homepage: https://metacpan.org/release/Log-Dispatchouli
Rules-Requires-Root: no

Package: liblog-dispatchouli-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexperimental-perl,
         liblog-dispatch-array-perl,
         liblog-dispatch-perl,
         libparams-util-perl,
         libstring-flogger-perl,
         libsub-exporter-globexporter-perl,
         libsub-exporter-perl,
         libtry-tiny-perl
Description: simple wrapper around Log::Dispatch
 Log::Dispatchouli is a simple wrapper around Log::Dispatch intended to make
 it simpler to add logging to a program. It removes the need to think much
 about categories, facilities, levels, or things like that. It makes logging
 just configurable enough so you can find the logs you want, and easy enough
 that you will actually log things.
 .
 Log::Dispatchouli can log to syslog (if you specify a facility), standard
 error or standard output, to a file, or to an array in memory. Logging to
 memory is primarily intended for testing.
 .
 Additionally, Log::Dispatchouli uses String::Flogger to process the things to
 be logged, meaning you can easily log data structures. For more information,
 see String::Flogger (libstring-flogger-perl).