projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dc23763
)
declare runtime prereqs
v0.08
Karen Etheridge [Mon, 4 Aug 2014 15:40:56 +0000 (08:40 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
bc2ff86
..
e0a33af
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-7,6
+7,11
@@
WriteMakefile(
ABSTRACT_FROM => 'lib/Sub/Name.pm',
AUTHOR => 'Matthijs van Duin <xmath@cpan.org>',
+ PREREQ_PM => {
+ 'Exporter' => '0',
+ 'DynaLoader' => '0',
+ },
+
MIN_PERL_VERSION => '5.006',
META_MERGE => {
'meta-spec' => { version => 2 },