13-mod_perl.t   [plain text]


#!/bin/env perl 

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

use SOAP::Test;

SOAP::Test::Server::run_for(shift || 'http://localhost/soap');