Subject: | Tests fail when no '.' in @INC on perl >= 5.26.0 |
This is just a bug for visibility on MetaCPAN and friends.
Tests are broken by a dependency on "." being in @INC to resolve "t::locale_hack" to "./t/locale_hack.pm"
But these breakages are hidden on perl's without PERL_USE_UNSAFE_INC being explicitly set to 0 because the standard install/test toolchain sets it to =1.