summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-01 14:28:38 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-01 14:28:38 +0000
commitae7e4cc14be2e40a3d39a27af7d2e07ebcc705e9 (patch)
tree5455f503f0d87d2117403b9b3dc8d14a7ea8f53e /configpm
parent8ab18b675bf3a547d23c7c7d0b86a1169014b56c (diff)
downloadperl-ae7e4cc14be2e40a3d39a27af7d2e07ebcc705e9.tar.gz
If we're building config_heavy.pl somewhere else, then we need to
require it, not something (or maybe nothing) in the correct place. p4raw-id: //depot/perl@24659
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/configpm b/configpm
index e98666457c..6ac52e2fa4 100755
--- a/configpm
+++ b/configpm
@@ -867,6 +867,7 @@ EOS
unshift(@INC,'lib');
unshift(@INC,'xlib/symbian') if $Opts{cross};
require $Config_PM;
+require $Config_heavy;
import Config;
die "$0: $Config_PM not valid"