File: rpc01-use.t

package info (click to toggle)
libjson-perl 1.00-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 168 kB
  • ctags: 116
  • sloc: perl: 1,158; makefile: 45
file content (11 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use Test;
use strict;
BEGIN { plan tests => 1 };
use JSONRPC::Transport::HTTP;
ok(1); # If we made it this far, we're ok.

END {
warn "\nJSONRPC::Transport::HTTP requires CGI.pm (>= 2.9.2)."
 if(CGI->VERSION < 2.92);
}