CSS::Declare works with arrays instead of arrayrefs
[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 'Perl6::Gather';
7
8 WriteAll;