From 0232e035ee79b921a4f5538ddefc89c8392e1b2d Mon Sep 17 00:00:00 2001
From: Dave Howorth <djh@cpan.org>
Date: Tue, 22 Nov 2005 13:54:13 +0000
Subject: [PATCH] basic tests for HTTPD

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@433 48953598-375a-da11-a14b-00016c27c3ee
---
 t/01.httpd-basic.t | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 t/01.httpd-basic.t

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");
+
-- 
2.39.5