projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6611a9d
)
fix perl prereq in Makefile.PL
Graham Knop [Mon, 20 Jan 2014 23:35:34 +0000 (18:35 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7c122e3
..
8b045aa
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-209,7
+209,7
@@
my %extra_info = (
license => [ 'http://dev.perl.org/licenses/' ],
},
prereqs => {
- runtime => { requires => { perl => '5.8.1' } },
+ runtime => { requires => { perl => '5.6.0' } },
},
);