This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71a9bd
)
Stop installing the manpage for XS::Typemap.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 16 Dec 2011 13:59:14 +0000
(14:59 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 19 Dec 2011 12:55:20 +0000
(13:55 +0100)
Like XS::APItest, we don't install the module anyway, so there's no need
to have confusing documentation installed. (See commit
ae5391ad3eac0349
,
which made the analogous change for XS::APItest*)
installman
patch
|
blob
|
blame
|
history
diff --git
a/installman
b/installman
index
ef1470a
..
73bd6ca
100755
(executable)
--- a/
installman
+++ b/
installman
@@
-68,6
+68,7
@@
$packlist = ExtUtils::Packlist->new("$opts{destdir}$Config{installarchlib}/.pack
my %do_not_install = map { ($_ => 1) } qw(
Pod/Functions.pm
XS/APItest.pm
+ XS/Typemap.pm
);
# Install the main pod pages.