don't rely on . in @INC in tests and stop using t::mod names
[p5sagit/App-FatPacker.git] / t / mod / ModuleCond.pm
1 package ModuleCond;
2 eval { require ModuleNothere };
3 1;