libwww-perl / LWP-Protocol-https

Provide https support for LWP::UserAgent
https://metacpan.org/pod/LWP::Protocol::https
Other
16 stars 35 forks source link

Dependency not mentioned in META [rt.cpan.org #83004] #35

Closed oalders closed 1 year ago

oalders commented 7 years ago

Migrated from rt.cpan.org#83004 (status was 'new')

Requestors:

From victor@vsespb.ru on 2013-01-28 16:47:33:

Reproduce:

On clean CentOS 5.x (which is supported till Y2017 btw):
install perl-Net-SSLeay OS package.
then

cpan -i LWP::Protocol::https

it will fail, with

t/apache....NOK 1                                                      

#   Failed test at t/apache.t line 14.
t/apache....NOK 2                                                      

#   Failed test at t/apache.t line 15.
#                   'you need at least Net::SSLeay version 1.33 for
getting subjectAltNames at
/usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 1702
# '
#     doesn't match '(?-xism:Apache Software Foundation)'
# Looks like you failed 2 tests of 2.

because we have older Net::SSLeay version, and minimal version 1.33 is
not mentioned in META.yml
genio commented 1 year ago

I'm closing this one out as it's no longer an issue.