File: control

package info (click to toggle)
libhttp-server-simple-recorder-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: perl: 1,059; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,245 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
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.1.3
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

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.