projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ec9d1e
)
Trick to fool case-blind filesystems.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:26:26 +0000 (11:26 +0000)]
p4raw-id: //depot/perl@12228
ext/Encode/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/Makefile.PL
b/ext/Encode/Makefile.PL
index
30d9ffc
..
110da40
100644
(file)
--- a/
ext/Encode/Makefile.PL
+++ b/
ext/Encode/Makefile.PL
@@
-46,6
+46,9
@@
sub post_initialize
{
$o{$e.$x} = 1;
}
+ # Trick case-blind filesystems.
+ delete $o{'encode'.$x};
+ $o{'Encode'.$x'} = 1;
# Reset the variable
$self->{'O_FILES'} = [sort keys %o];
my @files;