File: json_pp_legacy.t

package info (click to toggle)
libjson-maybexs-perl 1.004000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: perl: 267; 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';