wrap tests in blocks and a failing tests for ?foo=
[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
7 WriteAll;