Skip Menu |

This queue is for tickets about the URI-Title CPAN distribution.

Report information
The Basics
Id: 128544
Status: resolved
Priority: 0/
Queue: URI-Title

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

Bug Information
Severity: (no value)
Broken in: 1.901
Fixed in: 1.902



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 ...
On 2019-02-17 16:10:59, SREZIC wrote: Show quoted text
> 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 > ...
Nowadays also t/html.t fails if LWP::Protocol::https is not installed. Here it seems that http://www.theregister.co.uk/* redirects to https, thus it fails if LWP is not able to do https.