fix for response_filter regression and matching test
[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';
69aaa28a 10requires 'Data::Dumper::Concise';
e4e3b52c 11
12WriteAll;