You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t/basic.t fails if Crypt::OpenSSL::RSA is not installed, so probably this dependency should be declared or so:
Can't locate Crypt/OpenSSL/RSA.pm in @INC (you may need to install the Crypt::OpenSSL::RSA module) (@INC contains: /home/cpansand/.cpan/build/2022051020/Mojo-JWT-0.09-0/blib/arch /home/cpansand/.cpan/build/2022051020/Mojo-JWT-0.09-0/blib/lib ... .) at /home/cpansand/.cpan/build/2022051020/Mojo-JWT-0.09-0/blib/lib/Mojo/JWT.pm line 105.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 13.
t/basic.t ..
Dubious, test returned 2 (wstat 512, 0x200)
All 13 subtests passed
(less 2 skipped subtests: 11 okay)
Looking into the issue deeper it does not seem to be a dependency problem, rather some of the skips (the jwk(s) related ones?) currently only check for the availability of Crypt::OpenSSL::Bignum, but should also check for Crypt::OpenSSL::RSA.
t/basic.t fails if Crypt::OpenSSL::RSA is not installed, so probably this dependency should be declared or so:
Please note also that Crypt::OpenSSL::RSA currently does not build on systems with newer openssl, for example ubuntu 22.04. See
toddr/Crypt-OpenSSL-RSA#31 and toddr/Crypt-OpenSSL-RSA#33
The text was updated successfully, but these errors were encountered: