CNAG-Biomedical-Informatics / convert-pheno

A software toolkit for the interconversion of standard data models for phenotypic data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undeclared dependency IO::Socket::SSL

eserte opened this issue · comments

The test suite fails if modules required for handling https are not installed:

GET https://json-schema.org/draft/2020-12/schema: IO::Socket::SSL 2.009+ required for TLS support at /home/cpansand/.cpan/build/2023070620/JSON-Validator-5.14-0/blib/lib/JSON/Validator/Store.pm line 190.
# Looks like your test exited with 255 just after 1.
t/args.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests 
GET https://json-schema.org/draft/2020-12/schema: IO::Socket::SSL 2.009+ required for TLS support at /home/cpansand/.cpan/build/2023070620/JSON-Validator-5.14-0/blib/lib/JSON/Validator/Store.pm line 190.
# Looks like your test exited with 255 just after 7.
t/cli.t ...... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/9 subtests 

Probably IO::Socket::SSL should be added to the prereqs.

Thanks @eserte for the heads up. This error and others related to MSWin32 and cygwin should have been fixed in commit e8e94ed.

Thank you for your valuable contribution to CPAN.

Best,

Manu