X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0000000000000000000000000000000000000000;hp=0dc20df75d47ae8744003dce424a2d6b25db3b31;hb=4c6b44299edb3613877d7e99586026423e9f15b5;hpb=5c77ed10c499025086e5d416966da7ff82124ef7 diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 0dc20df..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,13 +0,0 @@ -use strict; -use warnings FATAL => 'all'; -use 5.008001; -use ExtUtils::MakeMaker; - -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; - -WriteMakefile( - NAME => 'HTML-Zoom', - VERSION_FROM => 'lib/HTML/Zoom.pm', - PREREQ_PM => { strictures => 1, 'Test::More' => '0.88' }, - test => { TESTS => 't/*.t t/*/*.t' }, -);