Codebase list libencode-locale-perl / 1aad183
Resolve RT #65975: `use Encode::Locale` produce warnings Fuji, Goro authored 13 years ago Gisle Aas committed 13 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7777 _init();
7878 Encode::Alias::define_alias(sub {
7979 no strict 'refs';
80 no warnings 'once';
8081 return ${"ENCODING_" . uc(shift)};
81 }, "locale");
82 });
8283
8384 sub _flush_aliases {
8485 no strict 'refs';