File: 001_compile.t

package info (click to toggle)
libjson-rpc-perl 1.06-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 1,095; makefile: 587
file content (13 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use Test::More;

use_ok $_ for qw(
    JSON::RPC::Constants
    JSON::RPC::Dispatch
    JSON::RPC::Parser
    JSON::RPC::Procedure
);

done_testing;

1;