summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-11-27 17:28:47 +0000
committerNicholas Clark <nick@ccl4.org>2004-11-27 17:28:47 +0000
commitc1b2b41531d9107ff509c8f4d8418f74f2e0ec01 (patch)
tree0e980a8308db5c95a153fcd73610a0f54e9aaee8 /configpm
parent2d9d81597276b65e555df81f4c0a1e125782c0ca (diff)
downloadperl-c1b2b41531d9107ff509c8f4d8418f74f2e0ec01.tar.gz
Hateful cAsE iNsEnSiTiVe file systems
p4raw-id: //depot/perl@23555
Diffstat (limited to 'configpm')
-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";
}