Merge branch 'css_declare'
[catagits/Web-Simple.git] / Makefile.PL
index 30db0fc..b8a521e 100644 (file)
@@ -3,5 +3,6 @@ use warnings FATAL => 'all';
 use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
+requires 'Perl6::Gather';
 
 WriteAll;