avoid undef errors blowing out XML::Tags
[catagits/Web-Simple.git] / Makefile.PL
index b8a521e..bd9fc89 100644 (file)
@@ -3,6 +3,10 @@ use warnings FATAL => 'all';
 use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
-requires 'Perl6::Gather';
+requires 'Syntax::Keyword::Gather';
+requires 'Plack';
+requires 'Moo';
+requires 'warnings::illegalproto';
+requires 'Data::Dumper::Concise';
 
 WriteAll;