Branch: refs/heads/smoke-me/jkeenan/t-TEST-workarounds-20201210
Home: https://github.com/Perl/perl5
Commit: 77063898eecaa37d899fb061f466576456b8f12a
https://github.com/Perl/perl5/commit/77063898eecaa37d899fb061f466576456b8f12a
Author: James E Keenan <[email protected]>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M t/TEST
Log Message:
-----------
Remove workaround for distros needing dot in @INC
In commit 19641fd71a (Apr 07 2017), as part of ceasing to pass '.' to
@INC in tests, we added a workaround to t/TEST for CPAN distributions
which ship with core which were not yet fully adapted to the new
regulation on @INC.
All such CPAN distributions have now been adapted. Hence, we can remove
the workaround.