2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-18 13:09:21 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Test-HTTP-LocalServer) Updated 0.69 to 0.71
0.71 2020-01-10
* Require IO::Socket::IP explicitly, for better IPv6 support
(CPAN testers failure at
http://www.cpantesters.org/cpan/report/e9fda1dc-3325-11ea-b88a-584e1f24ea8f )
* Output diagnostics when HTTP::Daemon fails to start up
(CPAN testers failure at
http://www.cpantesters.org/cpan/report/55b7db81-6bfd-1014-acc9-ccd2be2b35a3 )
0.70 2020-01-07
* Protect the main exit code in $? against child exit code leaking, and
add some more tests against this. This should fix downstream test
failures in WWW::Mechanize::Chrome.
* More automated CI testing
|
2019-10-28 13:58:10 by Makoto Fujiwara | Files touched by this commit (2) |
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.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2018-11-25 14:12:31 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.64
Upstream changes:
0.64 2018-10-28
* Re-release including correct META.* information
* No upgrade necessary
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-24 12:04:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-Test-HTTP-LocalServer: fix PKGNAME
|
2018-06-24 12:00:36 by Thomas Klausner | Files touched by this commit (3) |
Log message:
devel/p5-Test-HTTP-LocalServer: import Test-HTTP-LocalServer-0.63
This module 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.
|