freebsd-ports/www/p5-Test-HTTP-LocalServer/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
351 B
Plaintext

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.