summaryrefslogtreecommitdiff
path: root/t/00_backend_version.t
blob: b55e13f8a4bf3a8e063ab65c71cd21242cc3259d (plain)
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;