diff options
-rw-r--r-- | fake_packages/Encode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fake_packages/Encode.pm b/fake_packages/Encode.pm index bb9c2de..0e84621 100644 --- a/fake_packages/Encode.pm +++ b/fake_packages/Encode.pm @@ -107,7 +107,7 @@ sub euc_jis() {} sub jis_euc() {} sub needs_lines() {} -package Encode::KR::2022_KR; +package Encode::KR::_2022_KR; our @ISA = qw(); sub decode { my ($_obj, $_str, $_o_chk) = @_ } sub encode { my ($_obj, $_utf8, $_o_chk) = @_ } |