first version of strictures.pm - code and brief docs
[p5sagit/strictures.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4   NAME => 'strictures',
5   VERSION_FROM => 'lib/strictures.pm',
6   ABSTRACT_FROM => 'lib/strictures.pm',
7   AUTHOR => do { local (@ARGV) = 'AUTHOR'; <> },
8   LICENSE => 'perl',
9 );