Subject: | please switch away from using dirname to allow proper functioning on windows |
Path::Tiny's dirname is deprecated and recommends this instead:
$path->parent->stringify
https://metacpan.org/pod/Path::Tiny#dirname-(deprecated)
This is important on windows, as dirname on windows omits the drive letter "c:", while parent->stringigy doesn't, which can have catastrophic consequences if the dictionary is loaded from an absolute path.
For me specifically the most important one is in _myglob in Locale::TextDomain::OO::Lexicon::Role::File