summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:04:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:04:35 +0000
commit3f5a5a292521388b979675247c6a3bfc1477f474 (patch)
tree32eb7f47f2bdf41674fb4842d16835ec8d0c2cd1 /installperl
parent6d4c689d3d0551f17c93021dc185ad066215f42a (diff)
downloadperl-3f5a5a292521388b979675247c6a3bfc1477f474.tar.gz
Install nit : README.e2x should be installed, the other READMEs shouldn't
p4raw-id: //depot/perl@26962
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index e915d005c5..3f3670fe7a 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;