From: Karen Etheridge Date: Sun, 19 Oct 2014 05:18:24 +0000 (-0700) Subject: let build bail out as soon as possible X-Git-Tag: v0.010003~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=6f591bc33cf612791a6033c2ddde4c267d41421b let build bail out as soon as possible --- 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(