If we're building config_heavy.pl somewhere else, then we need to
Nicholas Clark [Wed, 1 Jun 2005 14:28:38 +0000 (14:28 +0000)]
require it, not something (or maybe nothing) in the correct place.

p4raw-id: //depot/perl@24659

configpm

index e986664..6ac52e2 100755 (executable)
--- 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"