Codebase list liblog-report-perl / debian/1.18-1 debian / control
debian/1.18-1

Tree @debian/1.18-1 (Download .tar.gz)

control @debian/1.18-1raw · history · blame

Source: liblog-report-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 (>= 9)
Build-Depends-Indep: libdancer-perl,
                     libdancer2-perl,
                     libdbix-class-perl,
                     libdevel-globaldestruction-perl (>= 0.09),
                     liblog-dispatch-perl,
                     liblog-log4perl-perl,
                     liblog-report-optional-perl (>= 1.02),
                     libmojolicious-perl,
                     libmoo-perl,
                     libppi-perl,
                     libstring-print-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-report-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblog-report-perl.git
Homepage: https://metacpan.org/release/Log-Report

Package: liblog-report-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-globaldestruction-perl (>= 0.09),
         liblog-report-optional-perl (>= 1.02),
         libstring-print-perl
Recommends: libdancer-perl,
            libdancer2-perl,
            libdbix-class-perl,
            liblog-dispatch-perl,
            liblog-log4perl-perl,
            libmojolicious-perl,
            libmoo-perl,
            libppi-perl
Description: Perl module to report problems, with pluggable handlers and language support
 Handling messages to users can be a hassle, certainly when the same module is 
 used for command-line and in a graphical interfaces, and has to cope with 
 internationalization at the same time; this set of modules tries to 
 simplify this.
 .
 Log::Report combines gettext features with Log::Dispatch-like features.
 However, you can also use this module to do only translations or only 
 message dispatching.