File: 000_load.t

package info (click to toggle)
libjson-pp-perl 2.27400-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 328 kB
  • ctags: 101
  • sloc: perl: 1,681; sh: 15; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}

BEGIN { $ENV{PERL_JSON_BACKEND} = 0; }

use JSON::PP;
$loaded = 1;
print "ok 1\n";