Skip Menu |

This queue is for tickets about the Lyrics-Fetcher-Genius CPAN distribution.

Report information
The Basics
Id: 133615
Status: new
Priority: 0/
Queue: Lyrics-Fetcher-Genius

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



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) ...