1 2 3 4 5 6 7
use Test::More tests => 1; use strict; BEGIN { $ENV{PERL_JSON_BACKEND} ||= "JSON::backportPP"; } use JSON; diag ($JSON::BackendModule.' '.$JSON::BackendModule->VERSION); ok 1;