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

OK, so I guess a simple fix would be to just throw a use lib '.'; into Test::Classifier.

Or, I think:
use lib './t/TestMods';
Cheers,
Rob