Skip Menu |

This queue is for tickets about the Test-VCR-LWP CPAN distribution.

Report information
The Basics
Id: 125719
Status: new
Priority: 0/
Queue: Test-VCR-LWP

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

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



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