summaryrefslogtreecommitdiff
path: root/debian/control
blob: 25c86ecc32b144a6d57d3755161fec303f378edd (plain)
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
Source: libhttp-server-simple-recorder-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-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: perl,
                     libhttp-server-simple-perl,
                     libio-tee-perl,
                     libtest-http-server-simple-perl,
                     libtest-pod-perl,
                     netbase
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-recorder-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-recorder-perl.git
Homepage: https://metacpan.org/release/HTTP-Server-Simple-Recorder
Rules-Requires-Root: no

Package: libhttp-server-simple-recorder-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhttp-server-simple-perl,
         libio-tee-perl,
         libtest-http-server-simple-perl
Description: Mixin to record HTTP::Server::Simple's sockets
 HTTP::Server::Simple::Recorder allows you to record all HTTP communication
 between an HTTP::Server::Simple-derived server and its clients.