1#!/usr/bin/env perl
2
3BEGIN {
4  unless(grep /blib/, @INC) {
5    chdir 't' if -d 't';
6    unshift @INC, '../lib' if -d '../lib';
7  }
8}
9
10use SOAP::Test;
11
12SOAP::Test::Server::run_for(shift || 'http://localhost/mod_perl/soap.mod_cgi');
13
14