Subject: | Dependency not mentioned in META |
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