don't duplicate the PSGI_ENV
[catagits/Web-Simple.git] / Makefile.PL
index 30db0fc..7d03492 100644 (file)
@@ -3,5 +3,7 @@ use warnings FATAL => 'all';
 use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
+requires 'Syntax::Keyword::Gather';
+requires 'Plack';
 
 WriteAll;