From: Rafael Garcia-Suarez Date: Mon, 27 Jun 2005 21:57:04 +0000 (+0000) Subject: Don't install demo files with perl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6c3b02027478c56a1220e2f5986519e2f007461;p=p5sagit%2Fp5-mst-13.2.git Don't install demo files with perl p4raw-id: //depot/perl@25000 --- diff --git a/installperl b/installperl index a707954..04d778e 100755 --- a/installperl +++ b/installperl @@ -812,6 +812,8 @@ sub installlib { return if $name =~ /^makefile$/i; # ignore the test extensions return if $dir =~ m{ext/XS/(?:APItest|Typemap)/}; + # ignore the demo files + return if $dir =~ /\bdemos?\b/; # ignore READMEs, MANIFESTs, INSTALL docs, META.ymls and change logs. # Changes.e2x and README.e2x are needed by enc2xs.