Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

Add required SSL modules for https #178

Closed plicease closed 7 years ago

plicease commented 7 years ago

HTTP::Tiny can do SSL, but only if the appropriate modules are loaded. The lack of this is largely responsible for most of the current failures of Acme-Alien-DontPanic:

http://matrix.cpantesters.org/?dist=Acme-Alien-DontPanic%200.030

But all is good if we can inject the required ssl at the AB::MB level.

jberger commented 7 years ago

aye 👍

plicease commented 7 years ago

Note to self: Alien::Hunspell and Alien-flex are also affected, so I should update the prereqs for those modules once this goes to CPAN.