p5-JSON-WebToken
p5-JSON-WebToken copied to clipboard
add missing dependence: Crypt::OpenSSL::RSA
I installed JSON::WebToken 0.08, and then I got the following error message.
Can't locate Crypt/OpenSSL/RSA.pm in @INC (you may need to install the Crypt::OpenSSL::RSA module) at /home/ichinose/.plenv/versions/5.18.2/lib/perl5/site_p
rl/5.18.2/JSON/WebToken/Crypt/RSA.pm line 7.
I think JSON::WebToken needs dependence of Crypt::OpenSSL::RSA.