projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42253b1
)
add minimum perl version to metadata
Karen Etheridge [Wed, 1 Oct 2014 04:50:37 +0000 (21:50 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
5741a80
..
dcb5e56
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,6
+8,7
@@
WriteMakefile(
NAME => 'lib-with-preamble',
VERSION_FROM => 'lib/lib/with/preamble.pm',
PM_FILTER => 'perl my/filter',
+ MIN_PERL_VERSION => '5.008001',
PREREQ_PM => {
'PerlIO::via::dynamic' => '0.02',
'File::Spec' => '0',