utf8-all icon indicating copy to clipboard operation
utf8-all copied to clipboard

is there a way to use utf8::all in other 3rd party modules?

Open caileiYanxiu opened this issue 6 years ago • 11 comments

e.g. I am using the Path::Tiny module and that module uses readdir sub. Is there a way to make it to respect of utf8::all without modifying its source code?

currently, i have to modify the code and add use utf8::all right after the declaration of package Path::Tiny

caileiYanxiu avatar Aug 14 '18 08:08 caileiYanxiu