From: Nicholas Clark Date: Sat, 27 Nov 2004 17:28:47 +0000 (+0000) Subject: Hateful cAsE iNsEnSiTiVe file systems X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1b2b41531d9107ff509c8f4d8418f74f2e0ec01;p=p5sagit%2Fp5-mst-13.2.git Hateful cAsE iNsEnSiTiVe file systems p4raw-id: //depot/perl@23555 --- diff --git a/configpm b/configpm index 3f4cb46..c25f48e 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"; }