this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / t / mod / ModuleCond.pm
1 package ModuleCond;
2 eval { require ModuleNothere };
3 1;