Subject: | Undeclared dependency LWP::Protocol::https |
The test suite fails if LWP::Protocol::https is not installed:
...
# Failed test 'A test recorder with a lwp request should play a previously recorded thing'
# at t/002_vcr.t line 112.
# 'LWP will support https URLs if the LWP::Protocol::https module
# is installed.
# '
# doesn't match '(?^i:apple)'
# Failed test 'A test recorder with a lwp request should play previously recorded thingS.'
# at t/002_vcr.t line 131.
# 'LWP will support https URLs if the LWP::Protocol::https module
# is installed.
# '
# doesn't match '(?^i:apple)'
# Failed test 'A test recorder with a lwp request should play previously recorded thingS.'
# at t/002_vcr.t line 133.
# 'LWP will support https URLs if the LWP::Protocol::https module
# is installed.
# '
# doesn't match '(?^i:cpan)'
# Failed test 'A test recorder with a lwp request should play and then record when asked for something that isn't in the tape'
# at t/002_vcr.t line 146.
# 'LWP will support https URLs if the LWP::Protocol::https module
# is installed.
# '
# doesn't match '(?^i:cpan)'
# Looks like you failed 4 tests of 32.
t/002_vcr.t .............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/32 subtests
...