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:
02bc0c0
)
Install less README files
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 5 Jan 2006 15:33:32 +0000
(15:33 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 5 Jan 2006 15:33:32 +0000
(15:33 +0000)
p4raw-id: //depot/perl@26658
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
6a20e71
..
e915d00
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|MANIFEST|META\.yml|INSTALL)$};
+ return if $name =~ m{^(?:README
(?:\.\w+)
|MANIFEST|META\.yml|INSTALL)$};
return if $name =~ m{^(?:TODO|BUGS|CREDITS)$}i;
return if $name =~ m{^change(?:s|log)(?:\.libnet)?$}i;