File: control

package info (click to toggle)
libtest-log-dispatch-perl 0.03-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 1,914; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
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
Source: libtest-log-dispatch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     liblist-moreutils-perl,
                     liblog-dispatch-array-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-log-dispatch-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-log-dispatch-perl.git
Homepage: https://metacpan.org/release/Test-Log-Dispatch

Package: libtest-log-dispatch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-moreutils-perl,
         liblog-dispatch-array-perl
Description: Log::Dispatch object to test what is being logged
 Test::Log::Dispatch is a Log::Dispatch object that keeps track of
 everything logged to it, in memory, providing a convenient way
 to test what has been logged.