From: Rafael Garcia-Suarez Date: Fri, 27 Jan 2006 17:04:35 +0000 (+0000) Subject: Install nit : README.e2x should be installed, the other READMEs shouldn't X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f5a5a292521388b979675247c6a3bfc1477f474;p=p5sagit%2Fp5-mst-13.2.git Install nit : README.e2x should be installed, the other READMEs shouldn't p4raw-id: //depot/perl@26962 --- diff --git a/installperl b/installperl index e915d00..3f3670f 100755 --- a/installperl +++ b/installperl @@ -818,7 +818,7 @@ sub installlib { # ignore READMEs, MANIFESTs, INSTALL docs, META.ymls and change logs. # Changes.e2x and README.e2x are needed by enc2xs. - return if $name =~ m{^(?:README(?:\.\w+)|MANIFEST|META\.yml|INSTALL)$}; + return if $name =~ m{^(?:README(?:\.\w+)?|MANIFEST|META\.yml|INSTALL)$} && $name ne 'README.e2x'; return if $name =~ m{^(?:TODO|BUGS|CREDITS)$}i; return if $name =~ m{^change(?:s|log)(?:\.libnet)?$}i;