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