in reply to Re: how to force Build test to load all modules from blib/lib first
in thread how to force Build test to load all modules from blib/lib first

blib/lib is in @INC, but it is there in the "wrong" place; well, it's not at the front. It's a bit hard to figure out exactly what is happening because when running with -d, the modules are already loaded since that happens at compile time.
  • Comment on Re^2: how to force Build test to load all modules from blib/lib first