http://www.perlmonks.org?node_id=1005045


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

Perhaps something like BEGIN { unshift @INC, "./blib/lib"; } will work?