Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0bdc4186907d7d3daf3f83d19e8af342e4b52a7a https://github.com/Perl/perl5/commit/0bdc4186907d7d3daf3f83d19e8af342e4b52a7a Author: Craig A. Berry <craigbe...@mac.com> Date: 2024-09-14 (Sat, 14 Sep 2024)
Changed paths: M t/run/switch-I-and-M.t Log Message: ----------- Make switch-I-and-M.t handle ../lib/ARCHLIB The -I switch causes S_incpush to be called with flags that make an architecture-specific directory under the requested directory to be prepended to @INC if that architecture-specific directory exists. So in the case of ../lib, make the test expect that. It's probably reasonably safe to assume, as the test does, that things like i1/ARCHNAME or opti2/ARCHNAME won't exist, but for ../lib, the architecture-specific directory might exist, and on VMS always does because the core files are assembled at build time rather than in installperl. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications