isolate param matching in Predicates
[catagits/Web-Simple.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use inc::Module::Install 0.91;
4
5 all_from 'lib/Web/Simple.pm';
6 requires 'Syntax::Keyword::Gather';
7 requires 'Plack';
8 requires 'Moo';
9 requires 'warnings::illegalproto';
10 requires 'Data::Dumper::Concise';
11
12 WriteAll;