On 17/04/2008, via RT Lightner, Mark CTR DISA GS4B <perlbug-followup@perl.org> wrote: > t/op/filetest.................................................Can't locate > Config_heavy.pl in @INC (@INC contains: ../lib) at ../lib/Config.pm line 66. > # Looks like you planned 24 tests but ran 5. > FAILED--expected 24 tests, saw 5 Do you have lib/Config_heavy.pl ? or is this file somewhere else or completely non-existent ? Since Config_heavy.pl is supposed to be produced in lib/, this code works, given that the test chdirs to t/ and puts ../lib in @INC. So I suspect a build problem.Thread Previous