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