File: control

package info (click to toggle)
liblog-report-perl 0.94-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 568 kB
  • sloc: perl: 3,649; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,088 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
Source: liblog-report-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Fabrizio Regalli <fabreg@fabreg.it>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-perl,
 perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-report-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblog-report-perl.git
Homepage: http://search.cpan.org/dist/Log-Report/

Package: liblog-report-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
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.