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
e.g.
I am using the Path::Tiny module and that module uses
readdirsub. 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::allright after the declaration ofpackage Path::Tiny