On 8/4/16 12:06 PM, Dominic Hargreaves wrote: >> if ($no_xs) { >> > + local @INC = @INC; >> > + pop @INC if $INC[-1] eq '.'; >> > eval { >> > require POSIX; >> > # void > This 'local @INC' should I believe reside within the eval block.
No, it applies to the requires after the eval block, just like in the original patch.