From: Dave Howorth Date: Tue, 22 Nov 2005 13:54:13 +0000 (+0000) Subject: basic tests for HTTPD X-Git-Tag: 2.11~85 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=0232e035ee79b921a4f5538ddefc89c8392e1b2d basic tests for HTTPD git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@433 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/t/01.httpd-basic.t b/t/01.httpd-basic.t new file mode 100644 index 0000000..fe32351 --- /dev/null +++ b/t/01.httpd-basic.t @@ -0,0 +1,5 @@ +use Test::More tests=>2; + +use_ok("Maypole::HTTPD"); +use_ok("Maypole::HTTPD::Frontend"); +