switch to Moo
[catagits/Web-Simple.git] / Makefile.PL
index 182fb01..0a801e5 100644 (file)
@@ -4,5 +4,8 @@ use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
 requires 'Syntax::Keyword::Gather';
+requires 'Plack';
+requires 'Moo';
+requires 'warnings::illegalproto';
 
 WriteAll;