Subject: | HTTP status: 599 (not capable to fetch https site?) (0.06) |
On some of my smokers the test suite fails like this:
...
Fetching of https://www.nhc.noaa.gov/index-at.xml failed. HTTP status: 599
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 9.
t/unit/lib-Weather-NHC-TropicalCyclone/01-basic.t ........
Dubious, test returned 2 (wstat 512, 0x200)
All 9 subtests passed
...
I think this happens because this is a https site, but IO::Socket::SSL is not installed --- so that module has to be declared as a prereq.