Source: libtest-http-localserver-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libcgi-pm-perl , libhttp-daemon-perl (>= 6.05) , libhttp-message-perl , libhttp-request-ascgi-perl , libio-socket-ip-perl , liburi-perl , perl Standards-Version: 4.6.2 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 Rules-Requires-Root: no Package: libtest-http-localserver-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-pm-perl, libhttp-daemon-perl (>= 6.05), libhttp-message-perl, libhttp-request-ascgi-perl, libio-socket-ip-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.