From 38cabd2daffcdb193c3134c3eb36b7ceaa4ca051 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Fri, 27 May 2005 05:33:27 -0700 Subject: [PATCH] Re: [PATCH] Do not install change logs, READMEs, etc... Message-ID: <20050527193327.GC17504@windhund.schwern.org> p4raw-id: //depot/perl@24610 --- installperl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installperl b/installperl index 5ba613a..a707954 100755 --- a/installperl +++ b/installperl @@ -816,7 +816,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|MANIFEST|META\.yml|INSTALL)$}; - return if $name =~ m{^(?:TODO|BUGS|CREDITS))$}i; + return if $name =~ m{^(?:TODO|BUGS|CREDITS)$}i; return if $name =~ m{^change(?:s|log)(?:\.libnet)?$}i; $name = "$dir/$name" if $dir ne ''; -- 2.7.4