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
|
Source: libtest-log4perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
Tim Retout <diocles@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl
Build-Depends-Indep: perl,
libclass-accessor-chained-perl,
liblingua-en-numbers-ordinate-perl,
liblog-log4perl-perl,
libtest-exception-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-log4perl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-log4perl-perl.git
Homepage: https://metacpan.org/release/Test-Log4perl
Package: libtest-log4perl-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libclass-accessor-chained-perl,
liblingua-en-numbers-ordinate-perl,
liblog-log4perl-perl
Description: test module for checking Log::Log4perl code
Test::Log4perl can be used to test that you're logging the right
thing with Log::Log4perl. It checks that you get exactly what you
expect logged by your code.
|