projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a8a9bae
)
also set minimum perl version in metadata, for introspectability
Karen Etheridge [Tue, 10 Sep 2013 19:00:42 +0000 (12:00 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f280ad8
..
8717afd
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,6
+10,7
@@
WriteMakefile(
VERSION_FROM => 'lib/Module/Metadata.pm',
ABSTRACT_FROM => 'lib/Module/Metadata.pm',
LICENSE => 'perl',
+ MIN_PERL_VERSION => '5.006',
PREREQ_PM => {
'Carp' => 0,
'File::Find' => 0,