in reply to Re^2: Makefile messing up @INC
in thread Makefile messing up @INC

That sounds like a really fragile test. As long as whoever uses your code has the correct @INC for the machine and environment, why does your code care how it works?

Replies are listed 'Best First'.
Re^4: Makefile messing up @INC
by jacques (Priest) on Jul 26, 2005 at 23:22 UTC
    The @INC is wrong. Out of 182 entries, only 21 are directories that actually exist. One possible solution would be to grep existing directories from @INC.

    But I am wondering why the @INC has invalid directories in it in the first place.