Skip Menu |

This queue is for tickets about the CPAN-Mini-Extract CPAN distribution.

Report information
The Basics
Id: 127486
Status: new
Priority: 0/
Queue: CPAN-Mini-Extract

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

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



Subject: Add LWP::Protocol::https to prereqs?
Nowadays http://www.perl.org/CPAN/ (at least used in t/02_basic.t) redirects to a https URL: $ lwp-request -m HEAD -eS http://www.perl.org/CPAN/ HEAD http://www.perl.org/CPAN/ 301 Moved Permanently ... Location: https://www.cpan.org/ So maybe it's a good idea to make sure that https operation is possible at all, i.e. adding LWP::Protocol::https to the prereq list. I suspect that some of the fail test reports I just sent may be caused by missing https support (but I am not sure about this analysis).