Module::Install -> Distar
[catagits/HTML-Zoom.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use 5.008001;
4 use ExtUtils::MakeMaker;
5
6 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
7
8 WriteMakefile(
9   NAME => 'HTML-Zoom',
10   VERSION_FROM => 'lib/HTML/Zoom.pm',
11   PREREQ_PM => { strictures => 1 }
12 );