HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/.cpan/build/JSON-4.10-0/t/x00_load.t
use strict;
use Test::More;
BEGIN { plan tests => 1 };

BEGIN { $ENV{PERL_JSON_BACKEND} ||= 1; }

use JSON;

SKIP: {
    skip "can't use JSON::XS.", 1, unless( JSON->backend->is_xs );
    diag("load JSON::XS v." . JSON->backend->VERSION );
    ok(1, "load JSON::XS v." . JSON->backend->VERSION );
}