On Sun, Aug 07, 2016 at 04:40:56PM -0400, Peter Eisentraut wrote:
> 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.

Oops, sorry about that. Go ahead then :)

Reply via email to