diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-11-27 17:28:47 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-11-27 17:28:47 +0000 |
commit | c1b2b41531d9107ff509c8f4d8418f74f2e0ec01 (patch) | |
tree | 0e980a8308db5c95a153fcd73610a0f54e9aaee8 /configpm | |
parent | 2d9d81597276b65e555df81f4c0a1e125782c0ca (diff) | |
download | perl-c1b2b41531d9107ff509c8f4d8418f74f2e0ec01.tar.gz |
Hateful cAsE iNsEnSiTiVe file systems
p4raw-id: //depot/perl@23555
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } |