projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3523412
)
let build bail out as soon as possible
Karen Etheridge [Sun, 19 Oct 2014 05:18:24 +0000 (22:18 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1a4785b
..
56e1faf
100644
(file)
--- 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(