This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9d815
)
Hateful cAsE iNsEnSiTiVe file systems
author
Nicholas Clark
<nick@ccl4.org>
Sat, 27 Nov 2004 17:28:47 +0000
(17:28 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 27 Nov 2004 17:28:47 +0000
(17:28 +0000)
p4raw-id: //depot/perl@23555
configpm
patch
|
blob
|
blame
|
history
diff --git
a/configpm
b/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 '
c
onfig_heavy.pl';
+ require '
C
onfig_heavy.pl';
goto \&launcher;
die "&Config::AUTOLOAD failed on $Config::AUTOLOAD";
}