James E Keenan <jkee...@pobox.com> hat am 18.05.2022 16:26 geschrieben:
On 5/10/22 07:17, Alceu Rodrigues de Freitas Junior viacpan-testers-discuss wrote:> Hello folks,>> I released yesterday (a little bit late, to be honest) newer versions of> the CPAN Smoker for OpenBSD Vagrant boxes:>>>> OpenBSD 7.1 is already available and I should release boxes for it as> well in the next few days;>
[...]
The problem I've been encountering recently is that theTask-CPAN-Reporter stack includes IO-Socket-SSL, and the CPAN maintainerof IO-Socket-SSL has given up on trying to maintain that module onOpenBSD. See, for example,https://github.com/noxxi/p5-io-socket-ssl/issues/115. While the OpenBSDpeople do a good job of maintaining their *port* of IO-Socket-SSL viapatches, that port is only intended to work with the *system* perl in agiven version of OpenBSD. If you try to use 'cpan' or 'cpanm' toinstall something that has IO::Socket::SSL in its dependency chain(e.g., Task::CPAN::Reporter), you will get test failures.
Actually I think there's no need to use Task::CPAN::Reporter. Just install plain CPAN::Reporter and make sure to use a http URL in your .cpanreporter/config.ini.
Regards, Slaven