sub {} == undef proto, sub () {} == '' proto
[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';
6
7WriteAll;