Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-HTTP-LocalServer
From: Makoto Fujiwara
Date: 2019-10-28 13:58:10
Message id: 20191028125811.09220FA8D@cvs.NetBSD.org
Log Message:
(devel/p5-Test-HTTP-LocalServer) Updated 0.64 to 0.69
0.69 2019-10-01
* Protect test suite against HTTP_PROXY (etc) being set, again
This is mostly because the module itself doesn't care anymore, but now
the test suite needs to protect itself.
0.68 2019-09-30
* Add ->basic_auth endpoint
0.67 2019-09-29
* More aggressively watch for startup of the web server to reduce idle
times. Also speed up the test suite by polling instead of sleep()ing.
* Added ->server_url() as a half-documented way of changing the URL
the server is accessed at. This is self-service and if things break, you
get to keep all the parts.
* LWP::UserAgent is no more a (test) prerequisite. We do the tests from
HTTP::Tiny (core since 5.14, runs on 5.6+).
0.66 2019-09-10
* Make detection of IPv4 localhost vs. IPv6 localhost
much more resilient. Backported from WWW::Mechanize, implemented by
Shoichi Kaji.
* We now need HTTP::Daemon 6.05.
0.65 2019-09-05
* Fix order of module usage in test scripts, spotted by Jorol
This only was a problem when you had $ENV{HTTP_PROXY} set.
* Document that we clean out $ENV{HTTPS_PROXY} as well.
Files: