projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1cd6d14
)
skip generating man pages for dev builds
Karen Etheridge [Sun, 19 Oct 2014 06:04:23 +0000 (23:04 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
29249eb
..
96fc740
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,4
+2,8
@@
use strict;
use warnings;
use lib 'inc';
use ExtUtils::MakeMaker::Dist::Zilla::Develop;
-WriteMakefile(NAME => 'Sub::Name');
+WriteMakefile(
+ NAME => 'Sub::Name',
+ INSTALLMAN1DIR => 'none',
+ INSTALLMAN3DIR => 'none',
+);