port build system to new style, fix POD tests to pass
[p5sagit/strictures.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use ExtUtils::MakeMaker;
4
5 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7 WriteMakefile(
8   NAME => 'strictures',
9   VERSION_FROM => 'lib/strictures.pm',
10   ABSTRACT_FROM => 'lib/strictures.pm',
11   AUTHOR => 'Matt S Trout <mst@shadowcat.co.uk>',
12   LICENSE => 'perl',
13 );