Stop installing the manpage for XS::Typemap.
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2011 13:59:14 +0000 (14:59 +0100)
committerNicholas 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

index ef1470a..73bd6ca 100755 (executable)
@@ -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.