From: Nicholas Clark Date: Wed, 1 Jun 2005 14:28:38 +0000 (+0000) Subject: If we're building config_heavy.pl somewhere else, then we need to X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae7e4cc14be2e40a3d39a27af7d2e07ebcc705e9;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/configpm b/configpm index e986664..6ac52e2 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"