projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
edde9d1
)
list pod test modules as develop prereqs
Graham Knop [Sun, 1 Jun 2014 05:10:31 +0000 (
01:10
-0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e34050d
..
90be8ea
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-31,6
+31,9
@@
my %META = (
},
},
develop => { requires => {
+ 'Test::Pod' => 0,
+ 'Test::Pod::Coverage' => 0,
+ 'Pod::Coverage::CountParents' => 0,
%extra_prereqs,
} },
},