File: control

package info (click to toggle)
liblog-handler-perl 0.84-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 528 kB
  • ctags: 162
  • sloc: perl: 2,721; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,724 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
Source: liblog-handler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Rene Mayorga <rmayorga@debian.org.sv>,
           Ansgar Burchardt <ansgar@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Nathan Handler <nhandler@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.400000),
               perl
Build-Depends-Indep: libdbi-perl,
                     libemail-date-perl,
                     libparams-validate-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-handler-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-handler-perl.git
Homepage: https://metacpan.org/release/Log-Handler
Testsuite: autopkgtest-pkg-perl

Package: liblog-handler-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libparams-validate-perl
Suggests: libconfig-general-perl,
          libdbi-perl,
          libemail-date-perl,
          libyaml-perl
Description: module to handle output destined for log files
 Log::Handler is an easy-to-use Perl module designed to handle log files. It's
 possible to define a log level for your programs and control information that
 will be written to the log file. The module handles locking and unlocking of
 the log file according to the operating mode. It can also verify the inode of
 log file, which is useful if log rotation is in use.