Perl 0.38 update not available
alexetgus opened this issue · 4 comments
Hello,
I tried to update the Perl version of Crypt::LE to solve the root certificate problem, but version 0.36 is the last one proposed...
Are you going to do anything about it?
Thanks!
Alex.
The Perl version 0.38 is definitely available on CPAN - see https://metacpan.org/pod/Crypt::LE. I'm not sure how you are trying to update it, but updating with CPAN or cpanm should definitely fetch it. Alternatively, you can just download the tar.gz code from the release page and use it with cpanm directly. I'd like to point out though that you do not necessarily have to update the Perl client itself, but you may need to update the certifcate pack on your system to resolve the expired root certificates issue, by running cpanm Mozilla::CA
, as the main page of the project says.
Good to know it worked. With CPAN it is possible it needed to reload index
to see the modules updated since it fetched them last time. But it is not usually my first method of installation (normally it's cpanm
) :)