don't rely on . in @INC in tests and stop using t::mod names
[p5sagit/App-FatPacker.git] / t / mod / ModuleA.pm
CommitLineData
ecc8c5dc 1package ModuleA;
2use ModuleB;
3
4$foo = "bar";
5
61;