summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-06 16:19:17 +0100
committergregor herrmann <gregoa@debian.org>2024-03-06 16:19:17 +0100
commit17395279483de4eb13326287f58dae3a6e0e927a (patch)
tree34d5f079a4b9afffe71884560e1ac1dd7f4a63f7
parent6723f64fabe161d38454f4fafb295195762a442b (diff)
Remove libtest-http-server-simple-perl from Depends.
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e95fa50..2e3e767 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libhttp-server-simple-perl,
- libio-tee-perl,
- libtest-http-server-simple-perl
+ libio-tee-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.