File: control

package info (click to toggle)
libtest-http-localserver-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: perl: 462; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,497 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
29
30
31
32
33
34
35
36
Source: libtest-http-localserver-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 (>= 10)
Build-Depends-Indep: perl,
                     libcgi-pm-perl,
                     libhttp-daemon-perl,
                     libhttp-request-ascgi-perl,
                     libhttp-message-perl,
                     libwww-perl,
                     liburi-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-http-localserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-http-localserver-perl.git
Homepage: https://metacpan.org/release/Test-HTTP-LocalServer

Package: libtest-http-localserver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl,
         libhttp-daemon-perl,
         libhttp-request-ascgi-perl,
         libhttp-message-perl,
         libwww-perl,
         liburi-perl
Description: local HTTP server for testing other perl modules
 Test::HTTP::LocalServer implements a tiny web server suitable for running
 "live" tests of HTTP clients against it. It also takes care of cleaning %ENV
 from settings that influence the use of a local proxy etc.
 .
 Use this web server if you write an HTTP client and want to exercise its
 behaviour in your test suite without talking to the outside world.