File: control

package info (click to toggle)
libmoosex-log-log4perl-perl 0.47-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 256 kB
  • ctags: 159
  • sloc: perl: 2,087; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,494 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
Source: libmoosex-log-log4perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libio-stringy-perl,
                     liblog-log4perl-perl,
                     libmoo-perl (>= 1.000007),
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-log-log4perl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-log-log4perl-perl.git
Homepage: https://metacpan.org/release/MooseX-Log-Log4perl

Package: libmoosex-log-log4perl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-stringy-perl,
         liblog-log4perl-perl,
         libmoo-perl (>= 1.000007)
Description: logging role for Moose based on Log::Log4perl
 MooseX::Log::Log4perl is a Perl module that provides a Moose role, built on
 Log::Log4perl, for use with your Moose classes. The initialization of the
 Log4perl instance must be performed prior to logging the first log message. 
 Otherwise the default initialization will happen, probably not doing the
 things you expect.