Subject: | https test should be skipped if LWP::Protocol::https is not installed |
... otherwise the test fails:
# Failed test at t/11_https.t line 36.
# got: '501'
# expected: '200'
# Failed test at t/11_https.t line 38.
# got: 'LWP will support https URLs if the LWP::Protocol::https module
# is installed.
# '
# expected: 'Hello World'
# Looks like you failed 2 tests of 3.
# Failed test 'should receive correct response'
# at t/11_https.t line 39.
# Looks like you failed 1 test of 2.
# Failed test 'run_https_server'
# at t/11_https.t line 40.
# Looks like you failed 1 test of 1.
t/11_https.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests