switch to Syntax::Keyword::Gather
[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
8 WriteAll;