Detypo.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 26 Sep 2001 11:52:09 +0000 (11:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 26 Sep 2001 11:52:09 +0000 (11:52 +0000)
p4raw-id: //depot/perl@12231

ext/Encode/Makefile.PL

index 110da40..2ac571a 100644 (file)
@@ -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;