X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c3c0e54de8957babc407531ab4e6332cc3127903;hb=401552a49719c681852801daa23b10679ab43ca3;hp=5741a8030e43466a01df64eb933826089bbfa390;hpb=42253b1749be2bb3699f704792222a7a35b28dd6;p=p5sagit%2Flib-with-preamble.git diff --git a/Makefile.PL b/Makefile.PL index 5741a80..c3c0e54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,12 +2,13 @@ use strict; use warnings FATAL => 'all'; use 5.008001; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'lib-with-preamble', + NAME => 'lib::with::preamble', VERSION_FROM => 'lib/lib/with/preamble.pm', PM_FILTER => 'perl my/filter', + MIN_PERL_VERSION => '5.008001', PREREQ_PM => { 'PerlIO::via::dynamic' => '0.02', 'File::Spec' => '0',