File: 00_backend_version.t

package info (click to toggle)
libjson-perl 4.10000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 624 kB
  • sloc: perl: 2,020; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
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;