projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7817d69
)
insist on 5.14.0 in Makefile.PL
Lukas Mai [Sun, 24 Jun 2012 06:19:07 +0000 (08:19 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b7a2f86
..
065ab9e
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,3
+1,4
@@
+use 5.014;
use strict;
use warnings;
use ExtUtils::MakeMaker;