6 unless ( eval { require Cpanel::JSON::XS; 1 } ) {
7 plan skip_all => 'No Cpanel::JSON::XS';
10 diag 'Using Cpanel::JSON::XS ', Cpanel::JSON::XS->VERSION;
12 is( JSON, 'Cpanel::JSON::XS', 'Correct JSON class' );
15 \&Cpanel::JSON::XS::encode_json,
16 'Correct encode_json function'
20 \&Cpanel::JSON::XS::decode_json,
21 'Correct encode_json function'
24 require 't/lib/is_bool.pm';