switch to using Plack, add FCGI support, use Plack::Test instead of HTTP::Request...
[catagits/Web-Simple.git] / Makefile.PL
index 182fb01..7d03492 100644 (file)
@@ -4,5 +4,6 @@ use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
 requires 'Syntax::Keyword::Gather';
+requires 'Plack';
 
 WriteAll;