This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hateful cAsE iNsEnSiTiVe file systems
authorNicholas Clark <nick@ccl4.org>
Sat, 27 Nov 2004 17:28:47 +0000 (17:28 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 27 Nov 2004 17:28:47 +0000 (17:28 +0000)
p4raw-id: //depot/perl@23555

configpm

index 3f4cb46..c25f48e 100755 (executable)
--- 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";
 }