projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c26a19e
)
indicate minimum perl version required
Karen Etheridge [Tue, 3 Dec 2013 22:37:13 +0000 (14:37 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c35e0d7
..
0769a63
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,6
+8,8
@@
WriteMakefile(
NAME => 'Safe::Isa',
VERSION_FROM => 'lib/Safe/Isa.pm',
+ MIN_PERL_VERSION => '5.006',
+
PREREQ_PM => {
'Exporter' => '5.57',
'Scalar::Util' => 0,