File: json_pp_legacy.t

package info (click to toggle)
libjson-maybexs-perl 1.003008-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 7
  • sloc: perl: 95; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use strict;
use warnings;

$ENV{PERL_JSON_BACKEND} = 'JSON::PP';

require 'xt/json_pm_legacy.t';