t/tags.t: Test escaping of attributes more extensively
[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';
e4e3b52c 7
8WriteAll;