projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ef98ed
)
put perl prereq in correct location
Graham Knop [Tue, 12 Aug 2014 07:50:30 +0000 (
03:50
-0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
33df57c
..
65f4208
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-23,10
+23,11
@@
my %META = (
'Test::More' => 0,
} },
runtime => {
- requires => { },
+ requires => {
+ perl => '5.006',
+ },
recommends => {
%extra_prereqs,
- perl => '5.006',
},
},
develop => { requires => {