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