summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-05 13:55:07 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-05 13:55:07 +0000
commite2c1c280e8ae4a1005c41c45cd7feaff78272738 (patch)
tree27de06743494c08f621d1b63397d4460adcac51c /installperl
parent7ad017a8809c03aa288ac99952c8d4599b17f858 (diff)
downloadperl-e2c1c280e8ae4a1005c41c45cd7feaff78272738.tar.gz
Move XSSymSet.pm to lib/ExtUtils/, but only install it on VMS.
This reduces the number of places with special-casing logic.
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 2 insertions, 0 deletions
diff --git a/installperl b/installperl
index 93c0c9fa67..8d5573db44 100755
--- a/installperl
+++ b/installperl
@@ -742,6 +742,8 @@ sub installlib {
$name = "$dir/$name" if $dir ne '';
+ return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;
+
my $installlib = $installprivlib;
if ($dir =~ /^auto/ ||
($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1}) ||