Subject: | t/10_request.t fails on some systems |
On some of my smoker systems the test suite fails:
...
# Failed test at t/10_request.t line 38.
# got: '501'
# expected: '200'
# Looks like you failed 1 test of 4.
t/10_request.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
...
The failure seems to go away if LWP::Protodol::https is installed --- so if this is really the reason, then the problematic test should be skipped if LWP has no https support.