this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / t / mod / ModuleB.pm
1 package ModuleB;
2 use ModuleC;
3 1;