projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
21db36b
)
assert a minimum prereq of perl 5.6
Karen Etheridge [Sun, 8 Sep 2013 18:13:44 +0000 (11:13 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
443bcee
..
561a699
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-23,6
+23,7
@@
WriteMakefile(
? ( 'IO::Scalar' => 0 )
: ()
,
+ 'perl' => '5.006',
},
META_MERGE => {
'meta-spec' => { version => 2 },