Source: liblog-handler-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Rene Mayorga , Ansgar Burchardt , Ryan Niebur , Nathan Handler , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 9), 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.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-handler-perl.git Vcs-Git: https://anonscm.debian.org/git/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.