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:
e4fc8a1
)
Keep installing xsubpp in lib/ExtUtils,
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sun, 30 Nov 2003 20:34:39 +0000
(20:34 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sun, 30 Nov 2003 20:34:39 +0000
(20:34 +0000)
so MakeMaker can find it.
p4raw-id: //depot/perl@21827
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
455ab55
..
55633c5
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-804,7
+804,7
@@
sub installlib {
# ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp
# scripts in lib/ExtUtils, and the prove script in lib/Test/Harness
# (they're installed later with other utils)
- return if $name =~ /^(?:cpan|instmodsh|
xsubpp|
prove)\z/;
+ return if $name =~ /^(?:cpan|instmodsh|prove)\z/;
# ignore the Makefiles
return if $name =~ /^makefile$/i;
# ignore the test extensions