adapted to take dashes
[catagits/Web-Simple.git] / Makefile.PL
CommitLineData
e4e3b52c 1use strict;
2use warnings FATAL => 'all';
3use inc::Module::Install 0.91;
4
5all_from 'lib/Web/Simple.pm';
b134433d 6requires 'Syntax::Keyword::Gather';
e27ab5c5 7requires 'Plack';
d63bcdae 8requires 'Moo';
8bd060f4 9requires 'warnings::illegalproto';
e4e3b52c 10
11WriteAll;