Subject: | 501 Protocol scheme 'https' is not supported |
On some of my smokers the test suite fails --- probably LWP::Protocol::https needs to be declared as a prereq:
...
Failed to retrieve https://www.azlyrics.com/lyrics/direstraits/heavyfuel.html (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)) at t/1-basic.t line 55.
# Failed test 'Lyrics look acceptable for Heavy Fuel by Dire Straits'
# at t/1-basic.t line 73.
# ''
# doesn't match '(?^i:Last time I was sober, man I felt bad)'
# Failed test '$Lyrics::Fetcher::Error is 'OK''
# at t/1-basic.t line 74.
# got: 'Failed to retrieve https://www.azlyrics.com/lyrics/direstraits/heavyfuel.html (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed))'
# expected: 'OK'
Failed to retrieve https://www.azlyrics.com/lyrics/oasis/turnupthesun.html (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)) at t/1-basic.t line 55.
... (etc) ...