This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4c689
)
Install nit : README.e2x should be installed, the other READMEs shouldn't
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 27 Jan 2006 17:04:35 +0000
(17:04 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 27 Jan 2006 17:04:35 +0000
(17:04 +0000)
p4raw-id: //depot/perl@26962
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
e915d00
..
3f3670f
100755
(executable)
--- 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;