summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 5ba613af72..a707954a1a 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 '';