Subject: | Missing prerequisite LWP::Protocol::https? |
The test suite fails if LWP::Protocol::https is not installed:
...
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.30.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Failed to retrieve https://genius.com/Dire-Straits-heavy-fuel-lyrics (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://genius.com/Dire-Straits-heavy-fuel-lyrics (501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed))'
# expected: 'OK'
... (etc) ...