cleanup test code and support non-GET requests
[catagits/Web-Simple.git] / Makefile.PL
index 182fb01..bd9fc89 100644 (file)
@@ -4,5 +4,9 @@ use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
 requires 'Syntax::Keyword::Gather';
+requires 'Plack';
+requires 'Moo';
+requires 'warnings::illegalproto';
+requires 'Data::Dumper::Concise';
 
 WriteAll;