factor dispatch parser out
[catagits/Web-Simple.git] / Makefile.PL
index 182fb01..5159ab5 100644 (file)
@@ -4,5 +4,7 @@ use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
 requires 'Syntax::Keyword::Gather';
+requires 'Plack';
+requires 'Moo';
 
 WriteAll;