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