diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-01 14:28:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-01 14:28:38 +0000 |
commit | ae7e4cc14be2e40a3d39a27af7d2e07ebcc705e9 (patch) | |
tree | 5455f503f0d87d2117403b9b3dc8d14a7ea8f53e /configpm | |
parent | 8ab18b675bf3a547d23c7c7d0b86a1169014b56c (diff) | |
download | perl-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-x | configpm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |