first cut at body matching
[catagits/Web-Simple.git] / t / bloggery.t
index 9ed2442..14f38d7 100644 (file)
@@ -1,5 +1,11 @@
 use strict;
 use warnings FATAL => 'all';
+
+use Test::More qw(no_plan);
+
+require_ok 'examples/bloggery/bloggery.cgi';
+
+__END__
 use Test::More (
   eval { require HTTP::Request::AsCGI }
     ? 'no_plan'