projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e5139e6
)
be honest about using File::Spec
Karen Etheridge [Wed, 1 Oct 2014 04:33:13 +0000 (21:33 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
cfc4d6d
..
ec0dc6a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,5
+8,8
@@
WriteMakefile(
NAME => 'lib-with-preamble',
VERSION_FROM => 'lib/lib/with/preamble.pm',
PM_FILTER => 'perl my/filter',
- PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 },
+ PREREQ_PM => {
+ 'PerlIO::via::dynamic' => '0.02',
+ 'File::Spec' => '0',
+ },
);