3 use if !eval { require Cpanel::JSON::XS; 1; }, 'Test::More', skip_all => 'No Cpanel::JSON::XS';
7 diag 'Using Cpanel::JSON::XS ', Cpanel::JSON::XS->VERSION;
9 is(JSON, 'Cpanel::JSON::XS', 'Correct JSON class');
12 \&encode_json, \&Cpanel::JSON::XS::encode_json,
13 'Correct encode_json function'
17 \&decode_json, \&Cpanel::JSON::XS::decode_json,
18 'Correct encode_json function'
21 require './t/lib/is_bool.pm';