This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow Encode to be built on static perls
authorLeon Timmermans <fawaka@gmail.com>
Fri, 25 Mar 2016 17:01:48 +0000 (18:01 +0100)
committerRicardo Signes <rjbs@cpan.org>
Sat, 23 Apr 2016 11:09:38 +0000 (12:09 +0100)
Previously there were build failures because cp1252 was defined both
in the default set of encodings an in the byte set.

cpan/Encode/Byte/Makefile.PL

index b8d09e6..6824bbb 100644 (file)
@@ -39,7 +39,7 @@ my %tables = (
 my %not_here = 
     map {$_ => 1} 
 (
- '8859-1.ucm', # default
+ '8859-1.ucm', 'cp1252.ucm', # default
  qw(cp037.ucm cp1026.ucm cp1047.ucm cp500.ucm cp875.ucm), # EBCDIC
  qw(cp932.ucm cp936.ucm cp949.ucm cp950.ucm),  # CJK
  );