From: Jarkko Hietaniemi Date: Tue, 18 Jun 2002 03:10:42 +0000 (+0000) Subject: Do not install XS::{APItest,Typemap} X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9aa124cf02583d106b9d27c70d6cc67cbfd6272;p=p5sagit%2Fp5-mst-13.2.git Do not install XS::{APItest,Typemap} p4raw-id: //depot/perl@17279 --- diff --git a/installperl b/installperl index 5c42324..8425f5b 100755 --- a/installperl +++ b/installperl @@ -746,6 +746,8 @@ sub installlib { # .exists files, .PL files, and .t files. return if $name =~ m{\.orig$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.t$} || $dir =~ m{/t(?:/|$)}; + # ignore the test extensions + return if $dir =~ m{ext/XS/(?:APItest|Typemap)/}; $name = "$dir/$name" if $dir ne '';