summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configpm b/configpm
index 3f4cb46b51..c25f48e690 100755
--- a/configpm
+++ b/configpm
@@ -459,7 +459,7 @@ print CONFIG sprintf <<'ENDOFTIE', $fast_config;
sub DESTROY { }
sub AUTOLOAD {
- require 'config_heavy.pl';
+ require 'Config_heavy.pl';
goto \&launcher;
die "&Config::AUTOLOAD failed on $Config::AUTOLOAD";
}