]> git.decadent.org.uk Git - maypole.git/blob - t/01.httpd-basic.t
basic tests for HTTPD
[maypole.git] / t / 01.httpd-basic.t
1 use Test::More tests=>2;
2
3 use_ok("Maypole::HTTPD");
4 use_ok("Maypole::HTTPD::Frontend");
5