X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cfc4d6d48b37a49972231322620de197bb203c15;hb=f9b6d63700a512b5912ce85d661780d53312d02d;hp=e5eeda88d2aa784941ab07ad2a2c4bdbb3e95eb6;hpb=9aac2337ec999522d41ddbfccb649b0aeaf5e4d6;p=p5sagit%2Flib-with-preamble.git diff --git a/Makefile.PL b/Makefile.PL index e5eeda8..cfc4d6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,12 @@ 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 => 'lib-with-preamble', - VERSION => 0, + VERSION_FROM => 'lib/lib/with/preamble.pm', PM_FILTER => 'perl my/filter', PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 }, );