Upgrade to Encode 0.99, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / TW / Makefile.PL
index 20968b5..fec7f62 100644 (file)
@@ -2,9 +2,9 @@ use 5.7.2;
 use strict;
 use ExtUtils::MakeMaker;
 
-my %tables = (big5_t   => ['big5.enc'],
-             big5_hk_t => ['big5-hkscs.enc'],
-             cp_tw_t   => ['cp950.enc'],
+my %tables = (big5_t   => ['big5.ucm',
+                           'big5-hk.ucm',
+                           'cp950.ucm'],
              );
 
 my $name = 'TW';