File: 37-mod_xmlrpc.t

package info (click to toggle)
libxmlrpc-lite-perl 0.717-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 538; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/env perl 

BEGIN {
  unless(grep /blib/, @INC) {
    chdir 't' if -d 't';
    unshift @INC, '../lib' if -d '../lib';
  }
}

use XMLRPC::Test;

XMLRPC::Test::Server::run_for(shift || 'http://localhost/mod_xmlrpc');