1 use Test::More tests=>2;
4 my $have_httpd = eval ' use HTTP::Server::Simple::Static; $HTTP::Server::Simple::Static::VERSION; ';
5 warn "have_httpd : $have_httpd\n";
6 skip ('Maypole::HTTPD tests', 2) unless ( $have_httpd );
7 use_ok("Maypole::HTTPD");
8 use_ok("Maypole::HTTPD::Frontend");