File: 000_load.t

package info (click to toggle)
libjson-pointer-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 578; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!perl -w
use strict;
use Test::More tests => 4;

BEGIN {
    use_ok 'JSON::Pointer';
    use_ok 'JSON::Pointer::Context';
    use_ok 'JSON::Pointer::Exception';
    use_ok 'JSON::Pointer::Syntax';
}