summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-30 20:34:39 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-30 20:34:39 +0000
commitaeee043d8074059c1bd536c87f8aae9763701ad1 (patch)
tree5ac37ccf6fb89084d1f7beca610ed9ef42a8722b /installperl
parente4fc8a1e010cc9cb02abe6e5d8d39a15decdcd55 (diff)
downloadperl-aeee043d8074059c1bd536c87f8aae9763701ad1.tar.gz
Keep installing xsubpp in lib/ExtUtils,
so MakeMaker can find it. p4raw-id: //depot/perl@21827
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 455ab554ac..55633c5124 100755
--- 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