X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=blobdiff_plain;f=Makefile.PL;h=56e1faf511fac11e52716d7d8558ad166f1f5db1;hp=1a4785b1294e1ebf4f5d9f53ab29e34e6ac42ff2;hb=6f591bc33cf612791a6033c2ddde4c267d41421b;hpb=3523412977f60779ee6b7c04b2b26037b74dd141 diff --git a/Makefile.PL b/Makefile.PL index 1a4785b..56e1faf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,8 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; +use 5.008000; + (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile(