Subject: | Test suite fails without LWP::Protocol::https |
See subject. In this case test log looks like:
...
Use of uninitialized value $URI::Title::VERSION in concatenation (.) or string at lib/URI/Title.pm line 22.
Use of uninitialized value $URI::Title::VERSION in concatenation (.) or string at lib/URI/Title.pm line 22.
t/failure.t .............. ok
Use of uninitialized value $URI::Title::VERSION in concatenation (.) or string at lib/URI/Title.pm line 22.
t/html.t ................. ok
Use of uninitialized value $URI::Title::VERSION in concatenation (.) or string at lib/URI/Title.pm line 22.
# Failed test at t/image.t line 21.
# got: undef
# expected: 'png (60 x 65)'
# Looks like you failed 1 test of 1.
t/image.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...