diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 19:50:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 19:50:02 +0000 |
commit | 071db25d4bd6237e4ead7e44b9c1420448a117ff (patch) | |
tree | a150089b0a541831d71a182e6f31041f74d18f2f /ext/Encode/TW/Makefile.PL | |
parent | 3be065a1e9733344e98c8647d9690fa7c678b5c5 (diff) | |
download | perl-071db25d4bd6237e4ead7e44b9c1420448a117ff.tar.gz |
Upgrade to Encode 0.97, from Dan Kogai.
p4raw-id: //depot/perl@15446
Diffstat (limited to 'ext/Encode/TW/Makefile.PL')
-rw-r--r-- | ext/Encode/TW/Makefile.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Encode/TW/Makefile.PL b/ext/Encode/TW/Makefile.PL index 003428e6e8..20968b53cd 100644 --- a/ext/Encode/TW/Makefile.PL +++ b/ext/Encode/TW/Makefile.PL @@ -2,9 +2,9 @@ use 5.7.2; use strict; use ExtUtils::MakeMaker; -my %tables = ('BIG5' => ['big5.enc'], - 'BIG5_HKSCS' => ['big5-hkscs.enc'], - 'CP950' => ['cp950.enc'], +my %tables = (big5_t => ['big5.enc'], + big5_hk_t => ['big5-hkscs.enc'], + cp_tw_t => ['cp950.enc'], ); my $name = 'TW'; |