in reply to Re^5: How do track down underlying reason for smoke test failure
in thread How do track down underlying reason for smoke test failure

"In the spirit of removing ." is to remove all path references that depend on the current directory, which is dynamic and depends what other code has executed inbetween.
use FindBin; use lib "$FindBin::Bin/TestMods"