Codebase list libcryptx-perl / 50f11f7
fix: jwk.t test count Karel Miko 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 use Test::More;
33
44 plan skip_all => "No JSON::* module installed" unless eval { require JSON::PP } || eval { require JSON::XS } || eval { require Cpanel::JSON::XS };
5 plan tests => 92;
5 plan tests => 96;
66
77 use Crypt::PK::RSA;
88 use Crypt::PK::ECC;